# atmos version track get

Show one dependency entry after defaults and groups are applied. If the entry is locked, the output includes the lock state.

## Usage

```shell
atmos version track get NAME [flags]
```

## Arguments

- **`NAME` required**
  Entry name to show.

## Examples

```shell
# Show an entry from the default track
atmos version track get checkout

# Show an entry from prod as JSON
atmos version track get checkout --track=prod --format=json
```
