# Workspace
2501 infra init # create /etc/2501 with env templates (run by the installer)
2501 infra config # show the effective configuration (defaults + overlay)
2501 infra config --defaults # show only the embedded defaults
# Deploy / upgrade / inspect
2501 infra deploy # interactive: pick a version and deploy
2501 infra deploy --yes # CI mode: fail on missing values, no prompts
2501 infra deploy --target kubernetes --image-tag <tag>
2501 infra deploy --remove # tear the stack down
2501 infra deploy --restart [engine|command-center]
2501 infra deploy --history # last few deploys
2501 infra logs # tail engine + command-center
2501 infra status # alias: ps — service health