> ## 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.

# repr profile

> Profile management and export

Manage your developer profile settings and export your data.

## Usage

```bash theme={null}
repr profile [ACTION]
```

## Actions

### `set-bio` / `set-location` / `set-available`

Update profile metadata.

```bash theme={null}
repr profile set-bio "Rust enthusiast"
```

### `export`

Export your profile and stories.

**Options:**

* `--format <fmt>`: `md` (markdown) or `json`.
* `--since <date>`: Filter stories by date.
* `--output <file>`: Write to file instead of stdout.

```bash theme={null}
repr profile export --format md > resume.md
```

### `link`

Get your public profile URL (if signed in).

```bash theme={null}
repr profile link
```
