@ogment-ai/cli 0.9.1-next.2 → 0.10.0-beta.1

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
@@ -31,9 +31,9 @@ ogment execute <server-id> --code 'return input' --input '{}'
31
31
  ## Common Commands
32
32
 
33
33
  ```bash
34
- ogment auth login
35
- ogment auth status
36
- ogment auth logout
34
+ ogment login
35
+ ogment logout
36
+ ogment reset
37
37
 
38
38
  ogment catalog
39
39