📄️ New Developer Onboarding
The most common raid use case: a developer joins the team and needs to get their machine set up from scratch.
📄️ Environment Switching
Managing multiple environments — local, staging, production — across many repositories is painful without a consistent tool. This example shows how to define environments once and switch them all with a single command.
📄️ Custom Commands
Raid commands let you encode multi-step workflows — deploys, migrations, test runs — as named commands that every developer gets automatically. This example shows several patterns: simple scripts, variable passing between tasks, conditional steps, and parallel execution.