update init docs
add -reconfigure, and fix ordering of the other flags
This commit is contained in:
parent
0e0f0b64b9
commit
bb6ef3fd3e
|
@ -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
|
||||
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.
|
||||
|
||||
* `-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.
|
||||
|
||||
* `-force-copy` - Suppress prompts about copying state data. This is equivalent
|
||||
to providing a "yes" to all confirmation prompts.
|
||||
* `-reconfigure` - Reconfigure the backend, ignoring any saved configuration.
|
||||
|
||||
## Backend Config
|
||||
|
||||
|
|
Loading…
Reference in New Issue