Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
6d143d42
Commit
6d143d42
authored
Mar 24, 2019
by
Marc Cornellà
Browse files
aws: document aws_change_access_key and fix README
parent
5f893dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/aws/README.md
View file @
6d143d42
...
...
@@ -11,13 +11,15 @@ plugins=(... aws)
## Plugin commands
*
`asp [<profile>]`
:
S
ets
`$AWS_PROFILE`
and
`$AWS_DEFAULT_PROFILE`
(legacy) to
`<profile>`
.
*
`asp [<profile>]`
:
s
ets
`$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`
:
G
ets the current value of
`$AWS_PROFILE`
.
*
`agp`
:
g
ets 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment