Skip to content

Commands

Use this section when you want command-level guidance.

  • init - initialize a workspace.
  • add - add a repository to management.
  • clone - clone missing configured repositories.
  • create - create a coordinated or standalone worktree.
  • move - move uncommitted changes between worktrees.
  • doctor - diagnose workspace health without making changes.
  • exec - run an arbitrary command across selected managed repositories.
  • handoff - generate a Markdown or JSON workspace handoff report.
  • 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.
Terminal window
arashi init
arashi add git@github.com:your-org/frontend.git
arashi create feature-branch-name
arashi doctor
arashi status
arashi exec -- git status --short
arashi handoff --link https://github.com/your-org/project/issues/123
arashi switch