Generated from the current Cobra command tree.
Manage explicit stacked PR workflows with Git and GitHub
Use normal Git branches, normal GitHub pull requests, and explicit local stack metadata. The CLI favors visible state, repairable workflows, and safe handoff to GitHub merge queue via the gh CLI.
stack [flags]
-h, --help help for stack
- stack abort - Abort an interrupted restack and clear the operation journal
- stack adopt - Adopt existing pull requests into explicit stack metadata
- stack closeout - Plan read-only post-merge closeout for a landing branch
- stack compose - Compose a strict landing branch from selected tracked branches
- stack continue - Continue an interrupted restack after conflicts are resolved
- stack create - Create a tracked branch on top of the current branch
- stack init - Initialize stack metadata for this repository
- stack move - Change a branch parent and restack the affected subtree
- stack queue - Hand one verified trunk-bound PR or landing PR to GitHub auto-merge or merge queue
- stack restack - Rebase a branch or subtree onto its configured parent
- stack status - Show stack health, hierarchy, and cached PR state
- stack submit - Push tracked branches and create or update one normal PR per branch
- stack supersede - Mark original PRs as superseded by a landing PR
- stack sync - Refresh cached PR metadata and inspect or apply safe repairs
- stack track - Adopt an existing branch into the explicit stack graph
- stack tui - Open the read-only stack dashboard
- stack verify - Attach and inspect lightweight verification records
- stack version - Print version, commit, and build date