Replies: 1 comment 1 reply
-
Hi @mccgeoff, I think you have a couple options here. One is to use the help command (for example Does that accomplish what you're looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some commands have subcommands beneath them, like wait: https://docs.aws.amazon.com/cli/latest/reference/ecs/wait/index.html. Is there a way to get these sub-subcommands? I'm able to get the top-level commands for each service (like aws ec2 wait) using the following Python, but I'm not sure how to get the sub-subcommands when they are available (like aws ec2 wait services-inactive):
I would have thought that
commands = completer.complete("aws ec2 wait")
in this case would have worked, but it does not.Beta Was this translation helpful? Give feedback.
All reactions