For AI agents: the complete documentation index is available at /examples/kitchen-sink/llms.txt, the full documentation bundle is available at /examples/kitchen-sink/llms-full.txt, and this page is available as Markdown at /examples/kitchen-sink/references/cli/commands.md.

Commands

acme init

Initialize a new Acme project in the current directory.

acme init [--template <name>]

acme deploy

Deploy the current project to production.

acme deploy [--env <environment>] [--dry-run]

acme status

Show the current deployment status.

acme status [--json]