Requirements
- Node.js 20 or later
- npm, pnpm, or yarn — any package manager that can install global binaries
- An access token for real mirror provisioning (the CLI itself installs without one; request access)
Install
- npm (global)
- pnpm (global)
- yarn (global)
- npx (no install)
mirra binary has a short alias mr — either works.
Authenticate
Non-interactive auth
For CI or scripted environments, setMIRRA_TOKEN directly:
github-actions-acme-monorepo) and a scope (workspace-wide or project-specific).
Verify end-to-end
With the CLI installed and authenticated,mirra doctor exercises the control plane round-trip:
mirra doctor prints exactly what to fix.
Upgrade
Uninstall
mirra down --all if you want a clean slate.
Where to go next
mirra up
Provision your first session.
Quickstart
End-to-end: install, authenticate, first mirror in 2 minutes.