You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-09 03:22:43 +03:00
Unify the way flags are presented in markdown files.
This commit is contained in:
@@ -69,13 +69,19 @@ func init() {
|
||||
[**--provider**=<provider>] [**--client-id**=<client-id> **--client-secret**=<client-secret>]
|
||||
[**--scope**=<scope> ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]]
|
||||
|
||||
**step oauth** **--authorization-endpoint**=<authorization-endpoint> **--token-endpoint**=<token-endpoint>
|
||||
**--client-id**=<client-id> **--client-secret**=<client-secret> [**--scope**=<scope> ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]]
|
||||
**step oauth**
|
||||
**--authorization-endpoint**=<authorization-endpoint>
|
||||
**--token-endpoint**=<token-endpoint>
|
||||
**--client-id**=<client-id> **--client-secret**=<client-secret>
|
||||
[**--scope**=<scope> ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]]
|
||||
|
||||
**step oauth** [**--account**=<account>] [**--authorization-endpoint**=<authorization-endpoint> **--token-endpoint**=<token-endpoint>]
|
||||
[**--scope**=<scope> ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]]
|
||||
**step oauth** [**--account**=<account>]
|
||||
[**--authorization-endpoint**=<authorization-endpoint>]
|
||||
[**--token-endpoint**=<token-endpoint>]
|
||||
[**--scope**=<scope> ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]]
|
||||
|
||||
**step oauth** **--account**=<account> **--jwt** [**--scope**=<scope> ...] [**--header**] [**-bare**]`,
|
||||
**step oauth** **--account**=<account> **--jwt**
|
||||
[**--scope**=<scope> ...] [**--header**] [**-bare**]`,
|
||||
Description: `**step oauth** command implements the OAuth 2.0 authorization flow.
|
||||
|
||||
OAuth is an open standard for access delegation, commonly used as a way for
|
||||
|
Reference in New Issue
Block a user