# atmos cast play

Use this command to replay an asciicast recording in the terminal.

## Usage

```shell
atmos cast play <input.cast>
```

## Arguments

- **`input.cast`**
  **Required.**
   Path to the asciicast recording to replay.

## Examples

```shell
atmos cast play ./artifacts/demo.cast
```

## See Also

- [`atmos cast render`](/cli/commands/cast/render) — Render a cast recording to media output
