website/docs: force flags on init and box remove

This commit is contained in:
Mitchell Hashimoto 2014-04-30 18:50:00 -07:00
parent ac57af1b8e
commit 1f2a06710f
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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`.