@org-dashboard/cli 0.0.1-beta.3 → 0.0.1-beta.4
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,5 +33,6 @@ This opens the browser, signs you into OrgDashboard, and stores a local CLI toke
|
|
|
33
33
|
org help
|
|
34
34
|
org tools
|
|
35
35
|
org tools slack
|
|
36
|
-
org tools slack
|
|
36
|
+
org tools slack channels list
|
|
37
|
+
org tools slack messages list --json '{"channel":"#engineering","limit":10}'
|
|
37
38
|
```
|