website: Document the -backup flag

This commit is contained in:
Armon Dadgar 2014-07-27 23:40:18 -04:00
parent 16ef3f5733
commit 8fbcd65eb1
3 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,9 @@ execute a pre-determined set of actions.
The command-line flags are all optional. The list of available flags are:
* `-backup=path` - Path to the backup file. Defaults to `-state-out` with
the ".backup" extention. Disabled by setting to "-".
* `-no-color` - Disables output with coloring.
* `-refresh=true` - Update the state for each resource prior to planning

View File

@ -21,6 +21,9 @@ for the configuration and state file to refresh.
The command-line flags are all optional. The list of available flags are:
* `-backup=path` - Path to the backup file. Defaults to `-state-out` with
the ".backup" extention. Disabled by setting to "-".
* `-destroy` - If set, generates a plan to destroy all the known resources.
* `-no-color` - Disables output with coloring.

View File

@ -24,6 +24,9 @@ for the configuration and state file to refresh.
The command-line flags are all optional. The list of available flags are:
* `-backup=path` - Path to the backup file. Defaults to `-state-out` with
the ".backup" extention. Disabled by setting to "-".
* `-no-color` - Disables output with coloring
* `-state=path` - Path to read and write the state file to. Defaults to "terraform.tfstate".