@org-dashboard/cli 0.0.1-beta.4 → 0.0.1-beta.5
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.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,4 +35,7 @@ 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"}'
|
|
38
41
|
```
|