Currently the cli allows for listing all jobs in the workspace and after we can filter on the json or csv level the jobs of interest.
It would be very useful to be able to provide filtering parameters so that the results of the search are limited to
--workflow-name of interest
--job-owner-name of interest
--job-owner-email of interest
cloudos job list \
--cloudos-url $CLOUDOS \
--apikey $MY_API_KEY \
--workspace-id $WORKSPACE_ID \
--output-format csv \
+ --workflow-name liftover \
+ --job-owner Christina