/land
Pre-deploy sanity check. Use right before pushing to production.
When to use
- Before a manual deploy
- As a CI step before invoking the platform's deploy command
- The user says "ready to ship", "deploy this", "go to prod"
Checks
- branch and HEAD reported
- local matches remote (no unpushed/unpulled commits)
- working tree clean (no uncommitted changes)
Run it
dragoon land
dragoon land --json # for CI