Skip to content

Stateful commands #87

Open
Open
@ztane

Description

@ztane

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions