Skip to content

Releases: trickest/trickest-cli

v1.9.1

20 Jan 17:23
0b61013
Compare
Choose a tag to compare

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

17 Jan 17:10
Compare
Choose a tag to compare

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 of custom-script-1.
    • 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.
  • Add support for static IP addresses in execute command by @mhmdiaa in #125

Full Changelog: v1.8.4...v1.9.0

v1.8.4

15 Jan 17:10
Compare
Choose a tag to compare
  • Added the ability to modify the Trickest API URL.
    Full Changelog: v1.8.3...v1.8.4

v1.8.3

22 Oct 13:14
8127800
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

26 Jul 10:27
7f0bb4a
Compare
Choose a tag to compare

What's Changed

  • Fix retrieval of stopped workflow runs in JSON format by @mhmdiaa in #122

Full Changelog: v1.8.1...v1.8.2

v1.8.1

25 Jul 14:06
3016fad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

02 Jul 11:57
7a92add
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.5...v1.8.0

v1.7.5

08 Mar 20:14
64458eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.4...v1.7.5

v1.7.4

29 Feb 17:00
9752fd3
Compare
Choose a tag to compare

What's Changed

  • Include machine IP addresses in the JSON output of the get command by @mhmdiaa in #112

Full Changelog: v1.7.3...v1.7.4

v1.7.3

23 Feb 17:56
816d325
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3