- Adds new `--archived` flag to `cloudos job list` to allow getting archived jobs list.
Patch
- Updates GET job list to use API v2 endpoint.
2.12.0
Feature
- Adds the new parameter `--nextflow-version` to select the Nextflow version for job submissions. - Now `--cloudos-url` can also take URLs with a trailing `/`
2.11.2
Fix
- Updates API requests to only use API key via HTTP header. Done in preparation for the upcoming deprecation of API key via parameters in CloudOS API.
2.11.1
Fix
- Updates queue support to disallow queue selection on fixed-queue workflows.
2.11.0
- Now, the default `cloudos job run` command will save job process logs. To prevent saving process logs, you can use the new flag `--do-not-save-logs`. - Removes unsupported `--spot` option from `cloudos job run`.
2.10.0
- Adds the new parameter `--workflow-docs-link` to add a documentation link to the imported workflow.