New Depot CI commands: cancel, rerun, retry, and dispatch
The Depot CLI now includes four new commands for managing CI runs from your terminal.
depot ci cancel: Cancel a queued or running workflow (and all its jobs) or cancel a single job within a workflow.depot ci rerun: Re-run every job in a finished, failed, or canceled workflow.depot ci retry: Retry a single failed or cancelled job or retry every failed and canceled job in a workflow.depot ci dispatch: Trigger aworkflow_dispatchworkflow from the CLI.
All four commands support --output json for structured output.
For details and usage see Manage workflow runs and the Depot CI CLI reference.