@org-dashboard/cli 0.0.1-beta.4 → 0.0.1-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,4 +35,9 @@ org tools
35
35
  org tools slack
36
36
  org tools slack channels list
37
37
  org tools slack messages list --json '{"channel":"#engineering","limit":10}'
38
+ org tools github
39
+ org tools github repos list
40
+ org tools github issues search --json '{"repo":"isaiahb/org-dashboard","query":"cli"}'
41
+ org tools linear
42
+ org tools linear teams list
38
43
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@org-dashboard/cli",
3
- "version": "0.0.1-beta.4",
3
+ "version": "0.0.1-beta.6",
4
4
  "description": "OrgDashboard CLI for authenticating and using org-scoped AI tools",
5
5
  "type": "module",
6
6
  "files": [