vagrant/website/docs/source
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
..
images website: add docs back to the main Vagrant repo 2013-09-03 11:08:28 -07:00
javascripts website: add docs back to the main Vagrant repo 2013-09-03 11:08:28 -07:00
layouts website/docs: update docs for snapshotting 2015-10-07 23:03:13 -04:00
stylesheets Consistent usage of spaces in the _base.less file 2014-12-19 17:02:56 +01:00
v2 Remove all available versions of a box 2015-11-09 09:32:18 +00:00
404.html.erb website: add docs back to the main Vagrant repo 2013-09-03 11:08:28 -07:00
favicon.ico added favicon for www & doc 2015-05-06 00:12:42 +02:00
index.html.erb website: add docs back to the main Vagrant repo 2013-09-03 11:08:28 -07:00