This repository was archived by the owner on Jul 10, 2026. It is now read-only.
v0.20.0
Improvements
- Added deletion protection for environments:
- Use
esc env settings set [<org-name>/][<project-name>/]<environment-name> deletion-protected trueto enable deletion protection - Use
esc env settings get [<org-name>/][<project-name>/]<environment-name> [deletion-protected]to check the current status - When enabled, environments cannot be deleted until protection is disabled
- Deletion protection is disabled by default for new environments
- Use
Bug Fixes
- Environment declarations are now returned even in the face of syntax errors.