Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
6d143d42
Commit
6d143d42
authored
Mar 24, 2019
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aws: document aws_change_access_key and fix README
parent
5f893dcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
plugins/aws/README.md
+5
-3
No files found.
plugins/aws/README.md
View file @
6d143d42
...
@@ -11,13 +11,15 @@ plugins=(... aws)
...
@@ -11,13 +11,15 @@ plugins=(... aws)
## Plugin commands
## 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.
It also sets
`$AWS_EB_PROFILE`
to
`<profile>`
for the Elastic Beanstalk CLI.
Run
`asp`
without arguments to clear the profile.
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.
Used to provide completion for the
`asp`
function.
## Plugin options
## 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