File tree Expand file tree Collapse file tree
website/source/docs/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ execute a pre-determined set of actions.
2121
2222The command-line flags are all optional. The list of available flags are:
2323
24+ * ` -backup=path ` - Path to the backup file. Defaults to ` -state-out ` with
25+ the ".backup" extention. Disabled by setting to "-".
26+
2427* ` -no-color ` - Disables output with coloring.
2528
2629* ` -refresh=true ` - Update the state for each resource prior to planning
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ for the configuration and state file to refresh.
2121
2222The command-line flags are all optional. The list of available flags are:
2323
24+ * ` -backup=path ` - Path to the backup file. Defaults to ` -state-out ` with
25+ the ".backup" extention. Disabled by setting to "-".
26+
2427* ` -destroy ` - If set, generates a plan to destroy all the known resources.
2528
2629* ` -no-color ` - Disables output with coloring.
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ for the configuration and state file to refresh.
2424
2525The command-line flags are all optional. The list of available flags are:
2626
27+ * ` -backup=path ` - Path to the backup file. Defaults to ` -state-out ` with
28+ the ".backup" extention. Disabled by setting to "-".
29+
2730* ` -no-color ` - Disables output with coloring
2831
2932* ` -state=path ` - Path to read and write the state file to. Defaults to "terraform.tfstate".
You can’t perform that action at this time.
0 commit comments