Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cgpu opened this issue Mar 13, 2023 · 0 comments

Comments

@cgpu
Copy link
Contributor

cgpu commented Mar 13, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant