From d2beb6e3120d3b07b793cd0a1410c2a3cb573647 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 8 Mar 2019 15:37:38 -0500 Subject: [PATCH] Update login command docs --- website/source/docs/commands/login.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/commands/login.html.md b/website/source/docs/commands/login.html.md index c32108eed..1111b6779 100644 --- a/website/source/docs/commands/login.html.md +++ b/website/source/docs/commands/login.html.md @@ -122,6 +122,9 @@ flags](/docs/commands/index.html) included on all commands. "userpass" or "ldap". Note this corresponds to the TYPE, not the enabled path. Use -path to specify the path where the authentication is enabled. +- `-no-print` `(bool: false)` - Do not display the token. The token will be + still be stored to the configured token helper. The default is false. + - `-no-store` `(bool: false)` - Do not persist the token to the token helper (usually the local filesystem) after authentication for use in future requests. The token will only be displayed in the command output.