@getnote/cli
Advanced tools
+1
-1
| { | ||
| "name": "@getnote/cli", | ||
| "version": "1.0.14", | ||
| "version": "1.0.15", | ||
| "description": "CLI tool for Get笔记 — manage notes and knowledge bases from the terminal", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
| --- | ||
| name: getnote-kb | ||
| version: 0.5.1 | ||
| version: 0.5.2 | ||
| description: Manage knowledge bases in Get笔记 via the getnote CLI | ||
@@ -117,2 +117,4 @@ --- | ||
| > ⚠️ **订阅知识库限制**:如果目标知识库是他人创建(通过 `getnote kbs-sub` 获取),且用户不是该知识库的管理员,则无法添加或移除笔记,API 会返回错误。只有自己创建的知识库(`getnote kbs`)才支持完整的增删操作。 | ||
| --- | ||
@@ -216,2 +218,3 @@ | ||
| - `kb add` / `kb remove` accept multiple note IDs — prefer batching over multiple calls. | ||
| - **Subscribed KBs are read-only** unless the user is an admin of that KB. `kb add` / `kb remove` will return an API error on subscribed KBs owned by others. Use `getnote kbs` (owned) vs `getnote kbs-sub` (subscribed) to distinguish. | ||
| - `kb bloggers` → get `follow_id` → `kb blogger-contents` → get `post_id_alias` → `kb blogger-content` for full text. | ||
@@ -218,0 +221,0 @@ - `kb lives` → get `live_id` → `kb live` for AI summary + transcript. |
7848052
0.01%