init command creates your deployment workspace and auto-generates the required secrets.
You normally do not run
init by hand. The installer chains a non-interactive init automatically, so a fresh install already leaves you with a ready workspace. Run init manually only when you want to recreate or relocate a workspace.What gets created
init lays out a workspace containing the two environment files you edit before deploying:
env.enginefor the 2501 Engineenv.command-centerfor the Command Center UI
An optional
2501-infra.yml overlay is written only when your deployment differs from the embedded defaults (for example a Kubernetes target, managed PostgreSQL, a stored registry key, or a pinned image tag). See Configuration.Database mode
The default is an external database: you supplyDATABASE_URL in env.engine and the CLI does not manage a database for you.
Pass --postgres to enable a managed PostgreSQL instance instead. Managed PostgreSQL is intended for experiments only, not production.
For all available options, run 2501-infra init -h.
