Complete outstanding ingestion and document UX work

This commit is contained in:
2026-08-22 18:54:07 +01:00
parent 932e889ee8
commit 5b5a9ecbc3
24 changed files with 696 additions and 41 deletions
+5 -1
View File
@@ -14,21 +14,25 @@ var examplesCmd = &cobra.Command{
fmt.Print(`Add notes:
kb addnote "Remember to update DNS records"
kb addnote "Server room is building 3" --tags ops
kb addnote "Deploy checklist" --wait
Add files:
kb addfile report.pdf
kb addfile ~/docs/ --recursive --tags reference
kb addfile report.pdf --wait
Search:
kb search "how to restart nginx"
kb search "deploy" --tags ops --top 5
kb find "quarterly report" --type pdf
Update notes:
kb updatenote 42 "revised note content"
Manage documents:
kb list --type pdf
kb info 3
kb list --filename report.pdf
kb info 3 --no-chunks
kb tag 3 --add important,ops
kb remove 3 --yes
`)