We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc16b0 commit 86a2d70Copy full SHA for 86a2d70
.cursor/commands/test-org.md
@@ -3,16 +3,22 @@ name: test-org
3
description: Test the org command locally (requires GITHUB_TOKEN)
4
---
5
6
-Test the organization statistics command:
+Test the organization statistics command.
7
+
8
+**Usage:**
9
10
```bash
11
npm run org <org-name>
12
```
13
-Replace `<org-name>` with an organization name you have access to.
-
14
**Prerequisites:**
15
- `GITHUB_TOKEN` environment variable must be set
16
- Token requires scopes: `read:org` (or `admin:org` for admin-level stats like 2FA and pending members)
17
18
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