update init docs

add -reconfigure, and fix ordering of the other flags
This commit is contained in:
James Bardin 2017-04-20 17:34:14 -04:00
parent 0e0f0b64b9
commit bb6ef3fd3e

View File

@ -49,6 +49,9 @@ The command-line flags are all optional. The list of available flags are:
for the backend. This can be specified multiple times. Flags specified for the backend. This can be specified multiple times. Flags specified
later in the line override those specified earlier if they conflict. later in the line override those specified earlier if they conflict.
* `-force-copy` - Suppress prompts about copying state data. This is equivalent
to providing a "yes" to all confirmation prompts.
* `-get=true` - Download any modules for this configuration. * `-get=true` - Download any modules for this configuration.
* `-input=true` - Ask for input interactively if necessary. If this is false * `-input=true` - Ask for input interactively if necessary. If this is false
@ -60,8 +63,7 @@ The command-line flags are all optional. The list of available flags are:
* `-no-color` - If specified, output won't contain any color. * `-no-color` - If specified, output won't contain any color.
* `-force-copy` - Suppress prompts about copying state data. This is equivalent * `-reconfigure` - Reconfigure the backend, ignoring any saved configuration.
to providing a "yes" to all confirmation prompts.
## Backend Config ## Backend Config