Breaking changes:
-instance: removed.
- shrink binaries by updating to aws-sdk-2
-alias-config: generate lowercase profile names and aliases-target-accountand-target-role: allow empty parameters to create only intermediate/session profile
Breaking changes:
-export-profileand-export-file: removed. Please use-execinstead, e.g.-exec bash
-alias-config: support roles with/
-alias-configgenerates shell aliases
- fix finding aws credentials on windows
-quietsuppresses output- more explicit error messages for windows users
- fix string escaping
- add details to error messages
-execallows executing command with the target role assumed- write current default region to all profiles
-mfa-execallows to automatically obtain the mfa-device token-target-profiledefaults toswamp-profiledefaults to ``-regiondefaults to ``-instanceis deprecated and replaced by no-op- obey environment variable
AWS_SHARED_CREDENTIALS_FILE - hide flags
-export-profileand-export-fileon 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-roleasarn(#4)
- Allow using instance profiles on ec2 and ecs
- Initial release