Bugs
- Fix
list --sort
bugs #506 - Fix
process --profile
flag not working - Fix
AccountId
still not zero padding inlist
output #503 - Invalid fields passed to
list
command are now detected instead of an empty column
Changes
- No longer show usage on error
- Add
AccountIdPad
as a new field name for thelist
command to pad with zeros
as appropriate. - Change default
ProfileFormat
to{{ .AccountIdPad }}:{{ .RoleName }}
ExpiresStr
field name is nowExpires
to match the headerExpires
is nowExpiresEpoch
as both field name and headerARN
header is nowArn
to match the field name- Add missing AWS Regions & SSO Regions #507
Deprecated
AccountIdStr
function forProfileFormat
. Use the.AccountIdPad
variable instead.AccountIdStr
field is replaced byAccountIdPad
inlist
command andListFields
in config.yamlARN
field is replaced byArn
inlist
command andListFields
in config.yamlExpiresStr
field is replaced byExpires
inlist
command andListFields
in config.yaml
What's Changed
- add release-brew make target by @synfinatic in #500
- no usage on error, fix process --profile by @synfinatic in #501
- Leading zero list by @synfinatic in #502
- Increase test coverage to 80% by @synfinatic in #505
- More sorting and list field fixes by @synfinatic in #508
- Add missing AWS regions to predictor by @synfinatic in #509
Full Changelog: v1.10.0...v1.11.0