Deploy CLI
A small CLI for staging and production deploys.
A command-line tool that wraps build and deploy steps for side projects. One command to ship.
Features
- Environment flags (
--env staging|prod) - Colored output and clear error messages
- Config file in the repo root
Why build it?
Repeated copy-paste from READMEs across repos was getting old. This keeps the happy path to a single invocation.
deploy --env prod
Still a work in progress — adding rollback and health checks next.