atmos version track verify
Fail when any configured entry is unlocked, has a policy-eligible update available, or when version-managed files differ from the lock. verify is intended as the CI gate for managed versions.
Both conditions must hold for verify to pass:
- The lock file is fresh.
- Every file maintained by the file managers matches what
applywould write.
Usage
atmos version track verify [track] [flags]
Examples
# Verify the prod track locally
atmos version track verify prod
jobs:
version-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: atmos version track verify prod