Commands
Use this section when you want command-level guidance.
Command Pages
Section titled “Command Pages”- init - initialize a workspace.
- add - add a repository to management.
- clone - clone missing configured repositories.
- create - create coordinated worktrees.
- move - move uncommitted changes between coordinated worktrees.
- doctor - diagnose workspace health without making changes.
- exec - run an arbitrary command across selected managed repositories.
- handoff - generate a Markdown or JSON handoff report for coordinated work.
- list - list worktree paths.
- status - inspect repository state.
- update - check for and apply CLI updates.
- switch - open a terminal context for a worktree.
- shell - install shell integration and helpers.
- remove - remove worktrees and branches.
- prune - clean stale Git worktree metadata.
- pull - pull remote updates across repos.
- push - publish coordinated branches across repos.
- sync - align child repos to parent branch.
- setup - run setup scripts across repos.
Typical Flow
Section titled “Typical Flow”arashi initarashi add git@github.com:your-org/frontend.gitarashi create feature-branch-namearashi doctorarashi statusarashi exec -- git status --shortarashi handoff --link https://github.com/your-org/project/issues/123arashi switch