DNXLabs / one-cli

CLI to manage all stacks from DNX.
https://cli.dnx.one
Apache License 2.0
7 stars 0 forks source link

Extra option for workspace change command #79

Closed Renatovnctavares closed 4 years ago

Renatovnctavares commented 4 years ago

Is your proposal related to a problem?

the workspace name should be allowed as an argument after workspace change command.

one workspace change nonprod-ap-southeast-2-dev
Usage: one workspace change [OPTIONS]
Try 'one workspace change --help' for help.

Error: Got unexpected extra argument (nonprod-ap-southeast-2-dev)

Describe the solution you'd like

> one workspace change nonprod-ap-southeast-2-dev
Selected workspace  nonprod-ap-southeast-2-dev
>

Describe alternatives you've considered

none

Additional context

none