cropscode onboard
cropscode onboardDescription
Section titled “Description”An interactive wizard that walks you through the complete setup:
- Runs all health checks (same as
cropscode doctor) - For each failure, offers to fix it:
- Not logged in → runs the login flow
- Worker not configured → runs tenant selection
- WSL2 missing (Windows) → installs WSL2 and Ubuntu distro
- Container runtime missing → installs and starts Podman
- Orchestrator unreachable → shows configuration guidance
- Re-runs all checks to verify fixes
When to Use
Section titled “When to Use”- First-time setup on a new machine
- After
cropscode doctorreports failures - When you want a one-command setup instead of running individual commands
Difference from doctor
Section titled “Difference from doctor”doctor | onboard | |
|---|---|---|
| Checks health | ✓ | ✓ |
| Fixes issues | Prompts to run onboard | Fixes directly |
| Interactive | Yes (prompts on failure) | Yes |
| Idempotent | Yes | Yes |
Both are safe to run multiple times. onboard is the fix; doctor is the diagnosis.