diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-03-24 19:54:56 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-03-24 19:54:56 +0100 |
commit | 6d143d42ea2e16610855e5b1e912b2962d44d9ab (patch) | |
tree | 7dfe43a499a51926d9ef1d8f24590bb061e96d7e /plugins/aws | |
parent | 5f893dcd209fdad920a1450355acbd4c10faabf2 (diff) | |
download | zsh-6d143d42ea2e16610855e5b1e912b2962d44d9ab.tar.gz zsh-6d143d42ea2e16610855e5b1e912b2962d44d9ab.tar.bz2 zsh-6d143d42ea2e16610855e5b1e912b2962d44d9ab.zip |
aws: document aws_change_access_key and fix README
Diffstat (limited to 'plugins/aws')
-rw-r--r-- | plugins/aws/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/aws/README.md b/plugins/aws/README.md index 45e6de937..a52024128 100644 --- a/plugins/aws/README.md +++ b/plugins/aws/README.md @@ -11,13 +11,15 @@ plugins=(... aws) ## Plugin commands -* `asp [<profile>]`: Sets `$AWS_PROFILE` and `$AWS_DEFAULT_PROFILE` (legacy) to `<profile>`. +* `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. Run `asp` without arguments to clear the profile. -* `agp`: Gets the current value of `$AWS_PROFILE`. +* `agp`: gets the current value of `$AWS_PROFILE`. -* `aws_profiles`: Lists the available profiles in the `$AWS_CONFIG_FILE` (default: `~/.aws/config`). +* `aws_change_access_key`: changes the AWS access key of a profile. + +* `aws_profiles`: lists the available profiles in the `$AWS_CONFIG_FILE` (default: `~/.aws/config`). Used to provide completion for the `asp` function. ## Plugin options |