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
I work with a client that uses colons in tag names as part of aws best tagging practices.
I tried to do this and I could not get it to work with tag corp:env and value prod
corp:env
prod
aws-gate session corp:env:prod aws-gate session corp\:env:prod aws-gate session "corp:env":prod aws-gate session "corp\:env":prod
Seems like colons in tag names aren't supported by aws-gate yet. However, they are supported by aws.
Thank you for considering this
aws-gate/aws_gate/query.py
Lines 59 to 71 in 52f7281
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I work with a client that uses colons in tag names as part of aws best tagging practices.
I tried to do this and I could not get it to work with tag
corp:env
and valueprod
Seems like colons in tag names aren't supported by aws-gate yet. However, they are supported by aws.
Thank you for considering this
aws-gate/aws_gate/query.py
Lines 59 to 71 in 52f7281
The text was updated successfully, but these errors were encountered: