Skip to content

As a cloudos-cli user, I would like to be able to provide --workflow-name as a parameter, so that I can retrieve only the jobs of the pipeline I am interested in #140

@cgpu

Description

@cgpu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions