Skip to main content

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 / ArgTypeDefaultDescription
--repotextRegistered repo name (defaults to the current repo)
--tickettextLinear ticket id — derives the branch name
--titletextTicket title, used with --ticket to derive the branch slug
--branchtextExplicit branch name (overrides --ticket)
--ownertextWho's claiming this tree
--disposaltextDisposal mode: merge (default) or job
--jsonbooleanfalsePrint the raw result as JSON

See code: commands/worktree.ts › worktreeProvision