From 61bfa39331797d5b7b26a0f5b235086333297c33 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 26 Oct 2017 08:22:31 -0700 Subject: [PATCH] [DOCS] Added setup-passwords command parameters (elastic/x-pack-elasticsearch#2735) * [DOCS] Added setup-passwords command parameters * [DOCS] Addressed feedback in setup-passwords command Original commit: elastic/x-pack-elasticsearch@5401994c56bc8616a412cc53f8bf36ec41fccbd0 --- docs/en/commands/setup-passwords.asciidoc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/en/commands/setup-passwords.asciidoc b/docs/en/commands/setup-passwords.asciidoc index 0b7450e2e06..5a3fd6472cf 100644 --- a/docs/en/commands/setup-passwords.asciidoc +++ b/docs/en/commands/setup-passwords.asciidoc @@ -10,7 +10,9 @@ The `setup-passwords` command sets the passwords for the built-in `elastic`, [source,shell] -------------------------------------------------- -bin/x-pack/setup-passwords auto|interactive [-u ""] +bin/x-pack/setup-passwords auto|interactive +[-b, --batch] [-h, --help] [-E ] +[-s, --silent] [-u, --url ""] [-v, --verbose] -------------------------------------------------- [float] @@ -29,12 +31,23 @@ or the <>. `auto`:: Outputs randomly-generated passwords to the console. +`-b, --batch`:: If enabled, runs the change password process without prompting the +user. + +`-E `:: Configures a standard {es} or {xpack} setting. + +`-h, --help`:: Shows help information. + `interactive`:: Prompts you to manually enter passwords. -`-u ""`:: Specifies the URL that the tool uses to submit the user management API +`-s, --silent`:: Shows minimal output. + +`-u, --url ""`:: Specifies the URL that the tool uses to submit the user management API requests. The default value is determined from the settings in your `elasticsearch.yml` file. +`-v, --verbose`:: Shows verbose output. + [float] === Examples