unikubehq / cli

The convenient command line interface (CLI) to the unikube platform. :computer:
https://unikube.io
Apache License 2.0
18 stars 1 forks source link

`--json` flag for `unikube ps` command #171

Open SteinRobert opened 3 years ago

SteinRobert commented 3 years ago

For better "scriptability" it would be great to have a --json flag for the unikube ps command. Otherwise users would have to parse the output of the command.

schwobaseggl commented 2 years ago

Are there commands for which that is the case? Should we offer json output in general?

SteinRobert commented 2 years ago

Yes I do this should be available for all commands. That would make the CLI way more scriptable, which is one of our goals for the cli in general.