Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/sdk/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ export FLARE_API_KEY="<api-key>"
export FLARE_TENANT_ID="<tenant-id>"
```

## Usage Examples
## Features

## Discovering Commands

You may discover all commands using `help`:
```bash
uvx flareio-cli help
```

### Exporting Tenant Events

Expand Down