From d3697cd95d2af28f03a4f64d8d955f853fbafaba Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Sun, 7 Mar 2021 14:57:03 +0000 Subject: [PATCH] autogen(docs): generate cli docs --- docs/docs/cli/hydra-token-user.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/cli/hydra-token-user.md b/docs/docs/cli/hydra-token-user.md index 446054b9603..a46ff01ae75 100644 --- a/docs/docs/cli/hydra-token-user.md +++ b/docs/docs/cli/hydra-token-user.md @@ -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] @@ -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