Skip to content

Commit 86a2d70

Browse files
committed
chore: improve test-org command documentation
1 parent 9dc16b0 commit 86a2d70

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.cursor/commands/test-org.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ name: test-org
33
description: Test the org command locally (requires GITHUB_TOKEN)
44
---
55

6-
Test the organization statistics command:
6+
Test the organization statistics command.
7+
8+
**Usage:**
79

810
```bash
911
npm run org <org-name>
1012
```
1113

12-
Replace `<org-name>` with an organization name you have access to.
13-
1414
**Prerequisites:**
1515
- `GITHUB_TOKEN` environment variable must be set
1616
- Token requires scopes: `read:org` (or `admin:org` for admin-level stats like 2FA and pending members)
1717

1818
The command will print organization statistics as JSON.
19+
20+
**Example:**
21+
22+
```bash
23+
npm run org my-org-name
24+
```

0 commit comments

Comments
 (0)