Environments
Shared reference for how Marqo Cloud environments are named and configured. This is the cross-team index; service repos hold the authoritative per-service config.
Stub — fill in from source-of-truth config.
The control-plane build is configured via ENVIRONMENT / LOCAL_CONFIG
(e.g. environment=dev); CDK defines the deployed cells. Populate the table
below from cloud_control_plane config and cloud_control_plane_cdk as the
canonical sources, and link back to them rather than duplicating values.
| Stage | Purpose | Notes |
|---|---|---|
local | Local development | Used by the doc/spec tooling (LOCAL_CONFIG=dev). |
dev | Shared development / preview | Library docs deploy uses the dev GitHub environment. |
staging | Pre-production validation | Integration + billing tests run here (see cloud_integration_tests). |
prod | Production | — |
Where environment config lives
- Control plane —
cloud_control_plane(app config,ENVIRONMENT/LOCAL_CONFIG). - Infrastructure / cells —
cloud_control_plane_cdk. - Integration testing —
cloud_integration_tests.