Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vandot committed Nov 11, 2019
1 parent a6f80c8 commit ad1407e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .awstoken
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Options:
-a, --account account-id
-d, --duration duration in s [43200]
-g, --gov; enable govcloud
-i, --insecure; save credentials to temporary profile
-h, --help; display this help message
END
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ account = 012345678910
You can choose to save your temporary credentials so you can reuse them in other shell.
To enable it you can manualy change `INSECURE` to `true` in `~/.awstoken` or install it with `--insecure` flag

`curl -s https://raw.githubusercontent.com/vandot/awstoken/master/install.sh | $SHELL -s insecure`
`curl -s https://raw.githubusercontent.com/vandot/awstoken/master/install.sh | $SHELL -s -- insecure`

To load temp credentials in other shell run command with selected profile
`awstoken -p profile`
Expand Down

0 comments on commit ad1407e

Please sign in to comment.