Update destroy docs with new parallel flag
This commit is contained in:
parent
8be2ae8e6a
commit
ec43d3c308
|
@ -25,6 +25,9 @@ directory containing the `shutdown` command.
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
* `-f` or `--force` - Do not ask for confirmation before destroying.
|
* `-f` or `--force` - Do not ask for confirmation before destroying.
|
||||||
|
* `--[no-]parallel` - Destroys multiple machines in parallel if the provider
|
||||||
|
supports it. Please consult the provider documentation to see if this feature
|
||||||
|
is supported.
|
||||||
|
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
The `destroy` command does not remove a box that may have been installed on
|
The `destroy` command does not remove a box that may have been installed on
|
||||||
|
|
Loading…
Reference in New Issue