granola-toolkit 0.40.0 → 0.42.0
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 -0
- package/dist/cli.js +1412 -159
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,8 @@ The published package exposes both `granola` and `granola-toolkit` as executable
|
|
|
23
23
|
granola auth login --api-key grn_...
|
|
24
24
|
granola sync
|
|
25
25
|
granola sync --watch
|
|
26
|
+
granola automation rules
|
|
27
|
+
granola automation runs
|
|
26
28
|
granola folder list
|
|
27
29
|
granola meeting list --limit 10
|
|
28
30
|
granola notes --folder Team
|