We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently gsts interactively displays a list of roles to chose from when --aws-role-arn is not provided.
gsts
--aws-role-arn
For automation, it would be very helpful to get this list in non-interactive way with a new --list-available-roles flag.
--list-available-roles
This flag could output the list of roles and let gsts exit.
Obeying --json would be a huge plus :)
--json
The text was updated successfully, but these errors were encountered:
Hey @AlexeyRaga -- I'm ok with this. I don't know when I'll be able to work on it but perhaps someone will submit a PR in the meantime.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently
gsts
interactively displays a list of roles to chose from when--aws-role-arn
is not provided.For automation, it would be very helpful to get this list in non-interactive way with a new
--list-available-roles
flag.This flag could output the list of roles and let
gsts
exit.Obeying
--json
would be a huge plus :)The text was updated successfully, but these errors were encountered: