AutoMax
ReferenceCLI commands

automax env

List and add environments of a project.

env list

automax env list -p <slug>

Shows every environment in envs.available with its UI and API base URLs, or the configuration error that prevents it from resolving.

bun run automax env list -p demo-shop

env add

automax env add <name> -p <slug> --ui-url <url> --api-url <url> [--default] [--pool-size <n>]

Writes envs/<name>.yaml, appends the name to envs.available (comments in the project YAML are preserved) and optionally makes it the default.

On this page