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
@harimh "--region" already exists on the sub-commands, if you look at the individual usages
tree --help
Usage: cli.py tree [OPTIONS] SSM_PREFIX
Print out a tree of your SSM parameters
Options:
--ssm-override-url TEXT
--region TEXT
--help Show this message and exit.
Process finished with exit code 0
Currently, aws-ssm-commander doesn't allow using different aws profiles:
https://github.com/djcrabhat/aws-ssm-commander/blob/master/ssmcommander/yaml_parser.py#L18-L22
There should be an optional cli argument to switch between aws profiles
The text was updated successfully, but these errors were encountered: