🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@getnote/cli

Package Overview
Dependencies
Maintainers
1
Versions
34
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.1.3
to
1.1.4
+1
-1
package.json
{
"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": [

@@ -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 退出登录