Overview
Knowledge Base (KB) commands let you manage your project’s wiki-style documentation directly from the terminal. All KB commands are scoped to a project via the-p/--project flag.
The Knowledge Base is a project-level resource. Every page belongs to exactly one project. Use Personal Notes for private, user-scoped content.
Commands
List Pages
| Flag | Description |
|---|---|
-p, --project <name> | Project name or ID (required) |
--folder <name> | Filter by folder name |
--limit <n> | Max results (default: 50) |
View a Page
Search Pages
Search KB pages by title or content within a project:Create a Page
| Flag | Description |
|---|---|
-t, --title <title> | Page title (required) |
-p, --project <name> | Project name or ID (required) |
--content <text> | Page content (markdown) |
--file <path> | Read content from a file instead |
--folder <name> | Place in a specific folder |