doctor
Verify your machine is ready to provision and deploy, telling you exactly which dependency to install when something is missing.
What it does
Section titled “What it does”- Checks for the four required binaries —
terraform,aws(AWS CLI),docker, andgit— and prints a pass/fail line for each with a Homebrew install hint for anything missing. - Makes no changes to your project or cloud resources; it is a read-only check.
- Prints a success message when everything is present, or a reminder to install the missing dependencies first.
- Emits a
doctor_runtelemetry event recording whether all checks passed.
npx deploy-stack doctorThis command accepts no CLI flags.