You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue in the CLI library we use. Good news is that it's been fixed in their v3 version! v3 is still in alpha though, so we'll upgrade after it's stable. I'll leave this open until then.
example command:
granted sso populate --sso-region ap-southeast-2 https://example.awsapps.com/start --prune
the prune argument is inactive due to its position. Ideally arguments should be parsed no matter which position they appear in.
If you move prune it works as expected
granted sso populate --prune --sso-region ap-southeast-2 https://example.awsapps.com/start
The text was updated successfully, but these errors were encountered: