⚡
One-command onboarding
raid install clones every repo in your profile and runs their install tasks concurrently. A new teammate is fully set up before they finish their coffee.
📋
Tribal knowledge, codified
Every setup step, script, and gotcha lives in raid.yaml alongside the code. No wiki to update, no Slack thread to dig through — the repo is the runbook.
🛠️
Shared team commands
Define custom commands once in your profile — raid deploy, raid migrate, whatever your team needs. Everyone gets the same commands without any extra setup.
🌍
Environment switching
raid env staging writes the right .env files into every repo and runs environment tasks across all of them at once. Switch contexts in seconds, not minutes.
Install
Homebrew
brew install 8bitalex/tap/raidScript
curl -fsSL https://raw.githubusercontent.com/8bitalex/raid/main/install.sh | bash