New:Socket for Asana Is Now Available.Learn more
Sign In

@getnote/cli

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getnote/cli - npm Package Compare versions

Comparing version
1.0.14
to
1.0.15
+1
-1
package.json
{
"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.