Currently, cloudos job list, cloudos workflow list and cloudos project list offer two output format options: csv and json. It would be very helpful to add a third option stdout that sends the output to stdout in the form of a table. This way, it will be very easy to use grep or awk to do some filtering and pipe the result to a following command.
As alternative, stdout output could be in JSON format and jq could be used to filter the output.
Currently,
cloudos job list,cloudos workflow listandcloudos project listoffer two output format options:csvandjson. It would be very helpful to add a third optionstdoutthat sends the output to stdout in the form of a table. This way, it will be very easy to usegreporawkto do some filtering and pipe the result to a following command.As alternative,
stdoutoutput could be in JSON format andjqcould be used to filter the output.