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 |
|---|---|
| Use | Pin project to a specific Atmos version |
| Check | Automatic version checking and update notifications |
| Constraint | Enforce Atmos version requirements for your configuration |
Environment Variables
ATMOS_USE_VERSION- Specify which version of Atmos to use. Env var equivalent of
--use-versionflag. ATMOS_VERSION_USE- Internal env var set by the
--use-versionflag. Highest precedence in version resolution. ATMOS_VERSION- Convenience alias matching
tfenv/goenvconventions. Lower precedence thanATMOS_VERSION_USE. 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- Atmos Version Management — How-to guide with profiles