Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2021
1 parent a17d10e commit d3697cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/cli/hydra-token-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Authorize Code Flow. This command will help you to see if ORY Hydra has been
configured properly.

This command must not be used for anything else than manual testing or demo
purposes. The server will terminate on error and success.
purposes. The server will terminate on error and success, unless if the
--no-shutdown flag is provided.

```
hydra token user [flags]
Expand All @@ -41,6 +42,7 @@ hydra token user [flags]
--https Sets up HTTPS for the endpoint using a self-signed certificate which is re-generated every time you start this command
--max-age int Set the OpenID Connect max_age parameter
--no-open Do not open the browser window automatically
--no-shutdown Do not terminate on success/error. State and nonce will be regenerated when auth flow has completed (either due to an error or success).
-p, --port int The port on which the server should run (default 4446)
--prompt strings Set the OpenID Connect prompt parameter
--redirect string Force a redirect url
Expand Down

0 comments on commit d3697cd

Please sign in to comment.