From 1f2a06710fe516e06a157e5a8f84711eff9d9610 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 30 Apr 2014 18:50:00 -0700 Subject: [PATCH] website/docs: force flags on init and box remove --- website/docs/source/v2/cli/box.html.md | 3 +++ website/docs/source/v2/cli/init.html.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index 0ffc4ad95..85a0cb5a5 100644 --- a/website/docs/source/v2/cli/box.html.md +++ b/website/docs/source/v2/cli/box.html.md @@ -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. diff --git a/website/docs/source/v2/cli/init.html.md b/website/docs/source/v2/cli/init.html.md index 25175d4fb..264af04e4 100644 --- a/website/docs/source/v2/cli/init.html.md +++ b/website/docs/source/v2/cli/init.html.md @@ -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`.