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