website/docs: force flags on init and box remove
This commit is contained in:
parent
ac57af1b8e
commit
1f2a06710f
|
@ -132,6 +132,9 @@ what versions to delete with the `--box-version` flag.
|
|||
* `--box-version VALUE` - Version of version constraints of the boxes to
|
||||
remove. See documentation on this flag for `box add` for more details.
|
||||
|
||||
* `--force` - Forces removing the box even if an active Vagrant
|
||||
environment is using it.
|
||||
|
||||
* `--provider VALUE` - The provider-specific box to remove with the given
|
||||
name. This is only required if a box is backed by multiple providers.
|
||||
If there is only a single provider, Vagrant will default to removing it.
|
||||
|
|
|
@ -16,3 +16,8 @@ setting in the created Vagrantfile.
|
|||
|
||||
If a second argument is given, it will prepopulate the `config.vm.box_url`
|
||||
setting in the created Vagrantfile.
|
||||
|
||||
## Options
|
||||
|
||||
* `--force` - If specified, this command will overwite any existing
|
||||
`Vagrantfile`.
|
||||
|
|
Loading…
Reference in New Issue