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

@tjprescott

Description

@tjprescott

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"}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions