Releases: NearlyUnique/awsSts
Releases · NearlyUnique/awsSts
0.9.1 (Bug Fix)
Fixes #12 non-unique aliases and default role selection
0.9 (has bug, use 0.9.1)
0.9
Fixes
- Increase timeouts for http requests
- select role by alias
- removed need for logon verb
Breaking change
- removed version verb, use
--version
instead
0.8
0.8
Complete re-write to make maintainance/enhancement easier.
New
- config file now used in
~/.awsSts/config
- account alias is displayed and cached in
~/.awsSts/cache
Fixes
- Can ask for version without being url configured
- Config can be updated even if aws cli configure has never been run
- Ant required directories are created if required
Breaking changes
- Now defaults to 'profile' 'default'
- flag
host
from 0.7 release is nowurl
- must specify
logon
as the command to run --version
flag is now a command--auto
has been removed, will be repalced in a future release
Running release for 0.8
Added display token option
using --token
you can now output the AWS token which some systems e.g. ansible require via an environment variable
Pre-select role
Added --role option to specify a specific role when there is a choice for the account
Auto refresh & login failure detection
0.5 Running release for 0.5
Basic version
v0.1 Update readme.md