Skip to content

Commit a9fa3e9

Browse files
authored
cli: document help (#179)
1 parent 04697d2 commit a9fa3e9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

‎docs/sdk/cli.mdx‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ export FLARE_API_KEY="<api-key>"
3535
export FLARE_TENANT_ID="<tenant-id>"
3636
```
3737

38-
## Usage Examples
38+
## Features
39+
40+
## Discovering Commands
41+
42+
You may discover all commands using `help`:
43+
```bash
44+
uvx flareio-cli help
45+
```
3946

4047
### Exporting Tenant Events
4148

0 commit comments

Comments
 (0)