@withone/cli 1.34.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,7 +39,14 @@ npm install -g @withone/cli
39
39
  one init
40
40
  ```
41
41
 
42
- `one init` walks you through setup: enter your [API key](https://app.withone.ai/settings/api-keys), pick your AI agents, and you're done. The MCP server gets installed automatically.
42
+ `one init` walks you through setup: authenticate via browser or enter your [API key](https://app.withone.ai/settings/api-keys), pick your AI agents, and you're done. The MCP server gets installed automatically.
43
+
44
+ Or authenticate directly:
45
+
46
+ ```bash
47
+ one login # Opens browser for authentication (global or per-directory)
48
+ one logout # Clear credentials (with scope picker and confirmation)
49
+ ```
43
50
 
44
51
  Requires Node.js 18+.
45
52