Skip to content

Commit

Permalink
update init docs
Browse files Browse the repository at this point in the history
add -reconfigure, and fix ordering of the other flags
  • Loading branch information
jbardin committed Apr 20, 2017
1 parent 0ec95f3 commit 5c27f53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/source/docs/commands/init.html.markdown
Expand Up @@ -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
Expand All @@ -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.
* `-reconfigre` - Reconfigure the backend, ignoring any saved configuration.

## Backend Config

Expand Down

0 comments on commit 5c27f53

Please sign in to comment.