File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ command line interface for use with [LocalStack](https://github.com/localstack/l
1010You 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
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments