@getnote/cli
Advanced tools
+1
-1
| { | ||
| "name": "@getnote/cli", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "CLI tool for Get笔记 — manage notes and knowledge bases from the terminal", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+3
-3
@@ -39,5 +39,5 @@ # Get笔记 CLI | ||
| ``` | ||
| 会自动打开浏览器完成授权。也可以直接用 API Key: | ||
| 会自动打开浏览器完成授权。也可以直接用 API Key(需同时传入 Client ID): | ||
| ```bash | ||
| getnote auth login --api-key gk_live_xxx | ||
| getnote auth login --api-key gk_live_xxx --client-id cli_xxx | ||
| ``` | ||
@@ -128,3 +128,3 @@ | ||
| getnote auth login OAuth 登录(浏览器授权) | ||
| getnote auth login --api-key <key> 直接用 API Key 登录 | ||
| getnote auth login --api-key <key> --client-id <id> 直接用 API Key 登录 | ||
| getnote auth status 查看当前登录状态 | ||
@@ -131,0 +131,0 @@ getnote auth logout 退出登录 |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
7852564
03
50%