aws-shell
aws-shell copied to clipboard
Stateful commands
I have a suggestion: instead of typing something like
aws> ec2 describe-instances
aws> ec2 run-instances --blahblah blah
you could enter the prefix once, and all subsequent commands are assumed to include that prefix:
aws> ec2
aws ec2> describe-instances
aws ec2> run-instances --blahblah blah
then use exit or similar to move to the upper level.
I like it. I was just chatting the other day with someone about adding this feature. It has my +1.
Good idea :+1:
I submitted a pull request for this feature :)