# atmos version track diff

Show the subset of status entries that are unlocked or have a policy-eligible update available. These are the entries that `atmos version track update` would change.

## Usage

```shell
atmos version track diff [track] [flags]
```

## Flags

- **`--group`**
  Limit the diff to entries in the named version group.

## Examples

```shell
# Show all entries that need lock changes in prod
atmos version track diff prod

# Show only infrastructure group changes
atmos version track diff prod --group=infrastructure
```
