@org-dashboard/cli 0.0.1-beta.14 → 0.0.1-beta.15
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
|
@@ -46,4 +46,7 @@ org tools github repos list
|
|
|
46
46
|
org tools github issues search --json '{"repo":"isaiahb/org-dashboard","query":"cli"}'
|
|
47
47
|
org tools linear
|
|
48
48
|
org tools linear teams list
|
|
49
|
+
org tools gmail
|
|
50
|
+
org tools gmail labels list
|
|
51
|
+
org tools gmail threads list --json '{"query":"from:customer newer_than:7d"}'
|
|
49
52
|
```
|