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/configuration.md.

Configuration

The CLI reads configuration from acme.config.ts in the project root.

export default {
  org: 'acme',
  project: 'web',
  region: 'us-east-1',
  deploy: {
    strategy: 'rolling',
    timeout: 300,
  },
}

Environment Variables

VariableDescriptionDefault
ACME_TOKENAPI authentication token
ACME_ORGOrganization slugfrom config
ACME_LOG_LEVELLog verbosity (debug, info, warn, error)info