@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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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 messages fetch --json '{"channel":"C123","limit":10}'
36
+ org tools slack channels list
37
+ org tools slack messages list --json '{"channel":"#engineering","limit":10}'
37
38
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@org-dashboard/cli",
3
- "version": "0.0.1-beta.3",
3
+ "version": "0.0.1-beta.4",
4
4
  "description": "OrgDashboard CLI for authenticating and using org-scoped AI tools",
5
5
  "type": "module",
6
6
  "files": [