Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54f9035

Browse filesBrowse files
committed
release version 0.12
1 parent 5b063e7 commit 54f9035
Copy full SHA for 54f9035

File tree

Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ command line interface for use with [LocalStack](https://github.com/localstack/l
1010
You can install the `awslocal` command via `pip`:
1111

1212
```
13-
pip install awscli-local
13+
pip install awscli-local[v1]
14+
```
15+
16+
Alternatively, you can use the following command to use version 2 of the AWS CLI:
17+
```
18+
pip install awscli-local[v2]
1419
```
1520

1621
## Usage
@@ -44,6 +49,7 @@ with `USE_SSL=true` enabled). Defaults to `false`.
4449

4550
## Change Log
4651

52+
* v0.12: Support v1 and v2 of underlying `awscli` installation
4753
* v0.9: Add `--s3-endpoint-url` by default to fix "cloudformation package" command
4854
* v0.9: Support for `DEFAULT_REGION` environment variable
4955
* v0.8: Switch to using edge port for all service endpoints by default
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='awscli-local',
9-
version='0.11',
9+
version='0.12',
1010
description='Thin wrapper around the "aws" command line interface for use with LocalStack',
1111
author='Waldemar Hummer',
1212
author_email='waldemar.hummer@gmail.com',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.