- Adds WDL pipeline support, iteration 1: cromwell server managing. Now, a new command `cloudos cromwell` is available, with the following subcommands: * status * start * stop
0.1.0
- Adds `cloudos workflow list` command. This command allows to collect all the workflows data from a given workspace. - Adds JSON output for `cloudos job list` and `cloudos workflow list` commands.
0.0.9
- Adds support for lustre storage with the new `--storage-mode` and `--lustre-size` parameters.
0.0.8
- Adds `--nextflow-profile` parameter to accept nextflow profiles. It also makes `--job-config` parameter optional, as a run with only profiles is possible.
0.0.7
- Adds support for aborted jobs - Adds `--batch` option to `job` subtool to be able to use `batch` executor instead of the default `ignite` in CloudOS.