-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list output is too simple #20
Comments
Would you like to paste a mockup (could be formatted text), so it would be easier for me to see the results of the change? |
change from:
to something like this, so I can easily know what's the current default profile.
If getting aws account alias is not possible, because you need assume role to get the account detail, the role_arn will be useful, which can get directly from |
pull request has been raised. |
PR has been merged. |
Released with version 0.2.2 |
Saw the codes you updated in https://github.com/venth/aws-adfs/blob/master/aws_adfs/list_profiles.py#L19 |
You're right 😄I'll fix it. Thanks. |
Currently the list output is too simple, I use it to set a default profile, but sometime I need switch to other account, which it doesn't make sense for me, if always list as default.
can we have output with additional information, such as profile name, aws account alias and adfs_config.role_arn?
The text was updated successfully, but these errors were encountered: