You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference.md
+27-7Lines changed: 27 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# CLI Reference
2
2
3
3
**Status:** Active
4
-
**Last Updated:** 2026-03-02
4
+
**Last Updated:** 2026-03-12
5
5
6
6
Complete command reference for the `notebooklm` CLI—providing full programmatic access to all NotebookLM features, including capabilities not exposed in the web UI.
7
7
@@ -27,7 +27,8 @@ See [Configuration](configuration.md) for details on environment variables and C
27
27
-**Session commands** - Authentication and context management
28
28
-**Notebook commands** - CRUD operations on notebooks
29
29
-**Chat commands** - Querying and conversation management
|`rename <title>`| Rename current notebook |`notebooklm rename "New Title"`|
70
-
|`share`| Toggle notebook sharing |`notebooklm share` or `notebooklm share --revoke`|
71
71
|`summary`| Get AI summary |`notebooklm summary`|
72
72
73
73
### Chat Commands
@@ -125,7 +125,8 @@ All generate commands support:
125
125
| Command | Options | Example |
126
126
|---------|---------|---------|
127
127
|`audio [description]`|`--format [deep-dive\|brief\|critique\|debate]`, `--length [short\|default\|long]`, `--wait`|`generate audio "Focus on history"`|
128
-
|`video [description]`|`--format [explainer\|brief]`, `--style [auto\|classic\|whiteboard\|kawaii\|anime\|watercolor\|retro-print\|heritage\|paper-craft]`, `--wait`|`generate video "Explainer for kids"`|
128
+
|`video [description]`|`--format [explainer\|brief\|cinematic]`, `--style [auto\|classic\|whiteboard\|kawaii\|anime\|watercolor\|retro-print\|heritage\|paper-craft]`, `--wait`|`generate video "Explainer for kids"`|
129
+
|`cinematic-video [description]`| Alias for `video --format cinematic`; supports the same options |`generate cinematic-video "Documentary about quantum physics"`|
0 commit comments