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
v2.17.0 feat: add CLI commands for full page view and subpages (#15)
- roam get full <title>: full page view with content + linked references
- roam get subpages <prefix>: namespace-based sub-page listing
- Update README, CHANGELOG, and CLI reference
- Bump version to v2.17.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
**Subcommand:**`roam get page <identifier>` - fetches page by UID, Roam URL, or title explicitly
37
+
**Subcommands:**
38
+
-`roam get page <identifier>` - fetches page by UID, Roam URL, or title explicitly
39
+
-`roam get full <title>` - full page view: content + all linked references with breadcrumb context. Options: `-d N` depth (default 4), `-n N` max refs (default 200)
40
+
-`roam get subpages <prefix>` - list sub-pages under namespace prefix (e.g. "Project/"). Options: `--filter-tag <tag>`, `--content`
36
41
37
42
### `roam search` - Query
38
43
@@ -145,6 +150,8 @@ roam status --json # for scripting
0 commit comments