> ## Documentation Index
> Fetch the complete documentation index at: https://repr.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Operations

> Login, push, and sync

Commands for interacting with the repr cloud service.

## Usage

### `repr login`

Authenticate via browser.

```bash theme={null}
repr login
```

### `repr logout`

Sign out and clear local session.

```bash theme={null}
repr logout
```

### `repr push`

Upload stories to the cloud. By default, only new stories are pushed.

**Options:**

* `--dry-run`: See what would be pushed.
* `--story <id>`: Push a single story.

### `repr pull`

Download stories from the cloud to your local machine.

### `repr sync`

Perform a bi-directional sync (push and pull).

```bash theme={null}
repr sync
```
