Generated from qorven vault --help. Re-run scripts/gen-cli-reference.sh after CLI changes.
Reference
Manage your personal knowledge vault (Obsidian-compatible markdown).
Examples:
qorven vault list # recent notes
qorven vault search "AI agents" # find notes
qorven vault create "Meeting Notes" # new note
qorven vault read meeting-notes # show note
Usage:
qorven vault [command]
Available Commands:
create Create a new note
list List recent notes
read Show note content
search Search notes by content
Flags:
-h, --help help for vault
Global Flags:
-o, --output string Output format: table, json, yaml (default "table")
--server string Gateway URL (env: QORVEN_SERVER)
--token string Auth token (env: QORVEN_TOKEN)
-v, --verbose Verbose output
-y, --yes Skip confirmation prompts
Use "qorven vault [command] --help" for more information about a command.
Examples
Example section to fill with real operator usage patterns. TBD.
Global flags
--server, --token, --output.