Releases: trickest/trickest-cli
Releases · trickest/trickest-cli
v1.9.1
What's Changed
# Stop the most recent in-progress run
trickest stop --url https://trickest.io/editor/<workflow>
# Stop all runs
trickest stop --url https://trickest.io/editor/<workflow> --all
# Stop a specific run
trickest stop --url "https://trickest.io/editor/<workflow>?run=<run>"
# Stop a specific node (not part of a file-splitter group)
trickest stop --url "https://trickest.io/editor/<workflow>?run=<run>0&node=custom-script-1"
# Stop a file-splitter group node's child sub-job(s)
trickest stop --url "https://trickest.io/editor/<workflow>?run=<run>0&node=custom-script-2" --child 1,2,3
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
-
Output command improvements by @mhmdiaa in #124
- Enable output downloads for all run statuses, excluding "pending" and "submitted."
- Download the completed part of a run even if it's in progress or stopped.
- Download partially executed task groups (nodes connected to a
file-splitter
).
- Infer the node to download from using the workflow URL, unless specified via the
--nodes
flag.- Example:
trickest output --url https://trickest.io/editor/...?run=...&node=custom-script-1
automatically selects the output ofcustom-script-1
.
- Example:
- Improve output download speed:
- Add support for concurrent task group output downloads.
- Reduce delay before starting task group output downloads.
- Map task group output folders to platform task indices.
- Refactor code and remove deprecated logic.
- Improve error handling and logging for sub-job output downloads.
- Enable output downloads for all run statuses, excluding "pending" and "submitted."
-
Add support for static IP addresses in execute command by @mhmdiaa in #125
Full Changelog: v1.8.4...v1.9.0
v1.8.4
- Added the ability to modify the Trickest API URL.
Full Changelog: v1.8.3...v1.8.4