vagrant/website/docs/source/v2
Christian Berendt 3f4a372d57 Remove all available versions of a box
This patch introduces a new parameter --all for the remove
command of the box plugin. Setting this parameter will remove
all available versions of a specific box.

Example usage:

```
$ vagrant box list
ubuntu/trusty64 (virtualbox, 20150427.0.0)
ubuntu/trusty64 (virtualbox, 20150430.0.0)
ubuntu/trusty64 (virtualbox, 20150506.0.0)
```

```
$ vagrant box remove ubuntu/trusty64
You requested to remove the box 'ubuntu/trusty64' with provider
'virtualbox'. This box has multiple versions. You must
explicitly specify which version you want to remove with
the `--box-version` flag. The available versions for this
box are:

 * 20150427.0.0
 * 20150430.0.0
 * 20150506.0.0
```

With the --all parameter it is possible to remove all versions at once.

```
$ vagrant box remove --all ubuntu/trusty64
Removing box 'ubuntu/trusty64' (v20150506.0.0) with provider 'virtualbox'...
Removing box 'ubuntu/trusty64' (v20150430.0.0) with provider 'virtualbox'...
Removing box 'ubuntu/trusty64' (v20150427.0.0) with provider 'virtualbox'...
```
2015-11-09 09:32:18 +00:00
..
boxes website/docs: Link to Atlas docs for base boxes 2015-08-17 11:14:26 -04:00
cli Remove all available versions of a box 2015-11-09 09:32:18 +00:00
docker providers/docker: pull setting, default false [GH-5932] 2015-07-15 11:08:01 -07:00
getting-started website: fix docs typo [GH-4885] 2015-07-06 23:14:48 -06:00
hyperv Hyper-V set mac address 2015-09-22 11:35:55 +01:00
installation website/docs: clearer about uninstall for mac [GH-4043] 2014-08-07 11:56:09 -07:00
multi-machine Fix typo in multi-machine doc 2014-05-31 13:40:33 +02:00
networking website/docs: IPv6 2015-10-01 08:55:03 -04:00
other Revert heading change and add note about CHECKPOINT_DISABLE 2015-08-20 14:34:23 -07:00
plugins website/www: fix typo in plugins/hosts doc 2014-12-17 15:07:30 +00:00
providers website: clarify default provider 2014-10-23 16:41:12 -07:00
provisioning fixes simple spelling errors 2015-10-31 16:47:31 -05:00
push fix command on vagrant push website sample script 2015-02-12 14:58:04 +13:00
share Update typos in SSH sharing docs 2015-09-16 11:35:17 +01:00
synced-folders website/docs: note Vagrant version for NFS aliases [GH-5942] 2015-07-13 08:42:35 -07:00
vagrantfile Update docs to say Vagrant 1.5+ is required 2015-08-06 15:51:20 -04:00
virtualbox Fix typo. 2015-07-16 13:23:57 +02:00
vmware Bump VMware information 2015-08-25 12:41:53 -04:00
why-vagrant website/docs: phrasal verbs [GH-2644] 2013-12-12 15:42:01 -08:00
boxes.html.md docs: link to the atlas box search page instead of homepage 2014-12-11 10:17:38 -08:00
index.html.md website: add docs back to the main Vagrant repo 2013-09-03 11:08:28 -07:00