summaryrefslogtreecommitdiff
path: root/plugins/aws/README.md
diff options
context:
space:
mode:
authorYu Xiang Zhang <yuxz@amazon.com>2023-03-14 19:02:54 +0000
committerCarlo Sala <carlosalag@protonmail.com>2023-03-21 16:06:45 +0100
commit4a39779067eda369152bfd6b653f843286c930c0 (patch)
treea9f3061f714f2bb254a877f3553a31c613307573 /plugins/aws/README.md
parent82d261603d968dfe5e86a44464c38fd88dda802c (diff)
downloadzsh-4a39779067eda369152bfd6b653f843286c930c0.tar.gz
zsh-4a39779067eda369152bfd6b653f843286c930c0.tar.bz2
zsh-4a39779067eda369152bfd6b653f843286c930c0.zip
feat(aws): set region when AWS_REGION is not set
Diffstat (limited to 'plugins/aws/README.md')
-rw-r--r--plugins/aws/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/aws/README.md b/plugins/aws/README.md
index e1e355741..846bf1414 100644
--- a/plugins/aws/README.md
+++ b/plugins/aws/README.md
@@ -12,7 +12,7 @@ plugins=(... aws)
## Plugin commands
* `asp [<profile>]`: sets `$AWS_PROFILE` and `$AWS_DEFAULT_PROFILE` (legacy) to `<profile>`.
- It also sets `$AWS_EB_PROFILE` to `<profile>` for the Elastic Beanstalk CLI.
+ It also sets `$AWS_EB_PROFILE` to `<profile>` for the Elastic Beanstalk CLI. It sets `$AWS_PROFILE_REGION` for display in `aws_prompt_info`.
Run `asp` without arguments to clear the profile.
* `asp [<profile>] login`: If AWS SSO has been configured in your aws profile, it will run the `aws sso login` command following profile selection.