Skip to content

Commands

Use this section when you want command-level guidance.

Command Pages

  • init - initialize a workspace.
  • add - add a repository to management.
  • create - create coordinated worktrees.
  • list - list worktree paths.
  • status - inspect repository state.
  • remove - remove worktrees and branches.
  • pull - pull remote updates across repos.
  • sync - align child repos to parent branch.
  • setup - run setup scripts across repos.

Typical Flow

Terminal window
arashi init
arashi add [email protected]:your-org/frontend.git
arashi create feature-branch-name
arashi status