diff --git a/command/oauth/cmd.go b/command/oauth/cmd.go index 27c2e408..61546dbe 100644 --- a/command/oauth/cmd.go +++ b/command/oauth/cmd.go @@ -69,13 +69,19 @@ func init() { [**--provider**=] [**--client-id**= **--client-secret**=] [**--scope**= ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]] -**step oauth** **--authorization-endpoint**= **--token-endpoint**= - **--client-id**= **--client-secret**= [**--scope**= ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]] +**step oauth** +**--authorization-endpoint**= +**--token-endpoint**= +**--client-id**= **--client-secret**= +[**--scope**= ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]] -**step oauth** [**--account**=] [**--authorization-endpoint**= **--token-endpoint**=] - [**--scope**= ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]] +**step oauth** [**--account**=] +[**--authorization-endpoint**=] +[**--token-endpoint**=] +[**--scope**= ...] [**--bare** [**--oidc**]] [**--header** [**--oidc**]] -**step oauth** **--account**= **--jwt** [**--scope**= ...] [**--header**] [**-bare**]`, +**step oauth** **--account**= **--jwt** +[**--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