Skip to content

Commit 3852e9f

Browse files
committed
Add support for --oauth option for OAuth client credentials authentication
1 parent 35314f0 commit 3852e9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Most API-driven commands support these global options:
162162
- `--host`: use a host directly instead of the saved environment
163163
- `--protocol`: set the protocol used with `--host` and default to `https`
164164
- `--apiKey`: use an API key for environmentless execution
165+
- `--oauth`: use OAuth client credentials authentication (shorthand for `--auth oauth`)
165166
- `--auth`: override authentication mode with `user` or `oauth`
166167
- `--clientId`: pass an OAuth client ID directly
167168
- `--clientSecret`: pass an OAuth client secret directly

0 commit comments

Comments
 (0)