@ogment-ai/cli 0.9.1 → 0.10.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
@@ -15,8 +15,8 @@ npm install -g @ogment-ai/cli
15
15
  ## Quick Start
16
16
 
17
17
  ```bash
18
- # 1) Authenticate (device flow by default)
19
- ogment auth login
18
+ # 1) Authenticate this CLI installation
19
+ ogment login
20
20
 
21
21
  # 2) Discover servers
22
22
  ogment catalog
@@ -34,9 +34,9 @@ ogment invoke <server-id> <tool-name> --input '{}'
34
34
  ## Common Commands
35
35
 
36
36
  ```bash
37
- ogment auth login
38
- ogment auth status
39
- ogment auth logout
37
+ ogment login
38
+ ogment logout
39
+ ogment reset
40
40
 
41
41
  ogment catalog [server-id] [tool-name]
42
42