# replayio

CLI tool for creating and uploading [Replay](https://replay.io) recordings.

## Installation

```bash
npm install --global replayio
```

## Usage

To see all available commands, run:

```bash
replayio
```

For help on a specific command, use the `help` command:

```bash
replayio help list
```

This CLI will automatically prompt you to log into your Replay account (or to register one). You can use an `REPLAY_API_KEY` environment variable for authentication instead if you prefer.

The CLI will also prompt you to download the Replay runtime if you have not already done so.

## Contributing

Contributing guide can be found [here](contributing.md).
