Skip to content

Usage

Run a job defined in your workflow configuration:

Terminal window
ot <job-name> [options]
FlagDescription
-j, --job <name>Job name to run (can also be positional)
-c, --config <path>Custom config file path
--graphPrint execution graph without running
--fail-fastStop on first failure (default: true)
-v, --verboseShow command output
--no-colorDisable colored output
-h, --helpShow help

You can also manage worktrees directly from the CLI:

Terminal window
ot wt <command> [options]
CommandDescription
addCreate a new worktree (and optionally a new branch)
removeRemove a worktree (and optionally delete its branch)
listList managed worktrees

See the Worktree Management guide for more details.