Skip to content

Releases: NearlyUnique/awsSts

0.9.1 (Bug Fix)

06 Nov 08:12
Compare
Choose a tag to compare

Fixes #12 non-unique aliases and default role selection

0.9 (has bug, use 0.9.1)

04 Nov 10:57
Compare
Choose a tag to compare

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

07 Sep 15:54
Compare
Choose a tag to compare
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 now url
  • 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

16 Mar 11:08
Compare
Choose a tag to compare

using --token you can now output the AWS token which some systems e.g. ansible require via an environment variable

Pre-select role

08 Feb 08:30
Compare
Choose a tag to compare

Added --role option to specify a specific role when there is a choice for the account

Auto refresh & login failure detection

31 Jan 11:49
Compare
Choose a tag to compare
0.5

Running release for 0.5

Basic version

13 Jan 10:02
Compare
Choose a tag to compare
v0.1

Update readme.md