Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Feedback on ? feature #46

Description

Since the ? feature allows you retain the output of the last run command, it might be nice to use it to enable simplified scenarios like:

az>> vm list -g {myrg}
az>> vm stop --ids ?[].id

The equivalent bash command would be something like:

az>> vm stop --ids ${az vm list -g {myrg} --query "[].id"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions