rt worktree provision
rt › worktree › provision
Claim a worktree for a ticket or branch (from the on-deck pool, or freshly created)
Usage
rt worktree provision [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--repo | text | Registered repo name (defaults to the current repo) | |
--ticket | text | Linear ticket id — derives the branch name | |
--title | text | Ticket title, used with --ticket to derive the branch slug | |
--branch | text | Explicit branch name (overrides --ticket) | |
--owner | text | Who's claiming this tree | |
--disposal | text | Disposal mode: merge (default) or job | |
--json | boolean | false | Print the raw result as JSON |
See code: commands/worktree.ts › worktreeProvision