Breaking changes:
-instance
: removed.
- shrink binaries by updating to aws-sdk-2
-alias-config
: generate lowercase profile names and aliases-target-account
and-target-role
: allow empty parameters to create only intermediate/session profile
Breaking changes:
-export-profile
and-export-file
: removed. Please use-exec
instead, e.g.-exec bash
-alias-config
: support roles with/
-alias-config
generates shell aliases
- fix finding aws credentials on windows
-quiet
suppresses output- more explicit error messages for windows users
- fix string escaping
- add details to error messages
-exec
allows executing command with the target role assumed- write current default region to all profiles
-mfa-exec
allows to automatically obtain the mfa-device token-target-profile
defaults toswamp
-profile
defaults to ``-region
defaults to ``-instance
is deprecated and replaced by no-op- obey environment variable
AWS_SHARED_CREDENTIALS_FILE
- hide flags
-export-profile
and-export-file
on windows
- add locking for credentials file (#6)
- enable cgo for default linux build
- disable cgo for alpine linux build
- disable cgo for linux build
- Support windows
- Strip blanks from mfa input
- Use existing session name for new sessions
- Write file for easy setting target profile in your shell (#5)
- Allow setting
--target-role
asarn
(#4)
- Allow using instance profiles on ec2 and ecs
- Initial release