Caddi
Sign inSign up

CLI

Ten commands. Each does one thing. None of them require the dashboard. The CLI is the primary surface for everything except billing.

Install

bash
npm i -g @caddi/cli
caddi login

Full install guide: Install the CLI.

Commands

Global flags

  • --agency <slug> — run against a specific agency.
  • --project <slug> — target a project explicitly. Defaults to the project linked to the current directory.
  • --env <production|staging|dev> — which environment the command applies to.
  • --json — machine-readable output for scripting.

Next

caddi init →