Platform
Projects & Environments
Organize services with project and environment boundaries.
Use projects and environments to keep deploy workflows predictable.
Projects
A project is one service. Examples:
kms-signertoken-decryptor
Create and list projects:
enclavely project create kms-signer
enclavely project listEnvironments
Environments isolate release history and routing within a project.
Example setup:
devqaprod-eu
Create and list environments:
enclavely env create kms-signer dev
enclavely env create kms-signer qa
enclavely env create kms-signer prod-eu
enclavely env list kms-signerRecommended workflow
- Deploy to
dev - Validate behavior
- Re-deploy the same digest set to
qa - Deploy to your production environment only after verification
Environment names are freeform, but consistent names reduce CI complexity.