Version
The version section configures how Atmos handles version management, including automatic update checking and version constraint enforcement to ensure consistent behavior across teams and environments.
Configuration
atmos.yaml
Version Sections
| Section | Description |
|---|---|
| Check | Automatic version checking and update notifications |
| Constraint | Enforce Atmos version requirements for your configuration |
Environment Variables
ATMOS_VERSION_CHECK_ENABLED- Enable or disable automatic version checking.
ATMOS_VERSION_ENFORCEMENT- Override version constraint enforcement level:
fatal,warn, orsilent.
See Also
- CLI Configuration — Overview of CLI configuration
atmos version— Display version and check for updates