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
Hello,
The method validation_profile is not working when I have the dash in my profile name i.e. my-profile
my-profile
My workaround was just removing the type from the following:
type
parser.add_argument('--profile', type=validation_profile, default='default', required=False, help="AWS CLI profile, Ex: dev")
The text was updated successfully, but these errors were encountered:
Relates to #171 but due to the poor title description I didn't notice it in time
Sorry, something went wrong.
Fixing reported issues awslabs#171 awslabs#179
fb1c8ff
No branches or pull requests
Hello,
The method validation_profile is not working when I have the dash in my profile name i.e.
my-profile
My workaround was just removing the
type
from the following:The text was updated successfully, but these errors were encountered: