Skip to content

Commit b637898

Browse files
committed
Update SKILL.md per recent additions
1 parent 7f794e1 commit b637898

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

skill/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ The CLI supports OAuth login with tokens stored in the OS keyring.
2525
webex auth status # Show current user, org, token expiry
2626
webex auth list # List all stored users
2727
webex auth switch <email> # Change default user
28+
webex auth set-org <orgId> # Set a persistent org override (partner admins)
29+
webex auth clear-org # Clear the org override
2830
webex login # OAuth login (opens browser)
2931
webex logout [email] # Remove stored credentials
3032
```
3133

3234
If not logged in, use `--token <TOKEN>` or set `$WEBEX_TOKEN`.
3335

36+
Org resolution order: `--organization` flag > `auth set-org` override > login user's home org.
37+
3438
## Command Structure
3539

3640
```
@@ -48,7 +52,7 @@ Aliases: `devices` for `device`, `meeting` for `meetings`, `msg` for `messaging`
4852
- `--token <token>` — Override authentication
4953
- `--user <email>` — Use a specific authenticated user
5054
- `--organization <orgId>` — Override org ID for this command
51-
- `--output json|table|raw` — Output format (default: json)
55+
- `--output json|table|csv|raw` — Output format (default: json)
5256
- `--debug` — Show HTTP request/response details
5357
- `--paginate` — Auto-paginate list results
5458

0 commit comments

Comments
 (0)