Commit Graph

66 Commits

Author SHA1 Message Date
James Wen c5f684c6da Clarify package documentation regarding providers 2015-12-10 12:48:13 -05:00
Mitchell Hashimoto 7caaffbf38 website/docs: update machine readable output options 2015-12-02 18:07:00 -08:00
Seth Vargo 2f2c442457 Document that the `shutdown` command must be on the $PATH
- Fixes GH-6449
- Closes GH-6450
2015-11-26 12:22:23 -05:00
Seth Vargo b4371725af Add documentation for port command 2015-11-24 16:33:09 -05:00
Mitchell Hashimoto 82f968fe44 website/docs: update for new plugin flag 2015-11-18 11:22:42 -08:00
Mitchell Hashimoto 6bc286a70b website: update docs for powershell 2015-11-18 10:51:18 -08:00
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
Mitchell Hashimoto c017340f69 website: update docs for --install-provider flag 2015-11-05 13:59:08 -08:00
Karthik Gaekwad 2124b85b92 fixes simple spelling errors 2015-10-31 16:47:31 -05:00
Mitchell Hashimoto 94b6755813 website/docs: update docs for snapshotting 2015-10-07 23:03:13 -04:00
Włodzimierz Gajda 2f5b4f0958 Fixed link in destroy command documentation 2015-08-25 16:40:16 +02:00
Mitchell Hashimoto 7e61afd480 website/docs: clarify rsync options hash
:: Please enter the commit message for your changes. Lines starting
2015-07-09 11:08:07 -06:00
Mitchell Hashimoto 39bee1c0c6 website: clarify plugininstallation [GH-5848] 2015-07-06 22:57:53 -06:00
Mitchell Hashimoto cbf70bbd67 website/docs: update background command info 2015-07-06 14:07:00 -06:00
Seth Vargo 89acb1705c Merge pull request #4825 from gajdaw/vagrant-destroy-doc-update
doc destroy - notice about space occupied by the box
2015-05-30 12:22:00 -07:00
jaisubramani 4dd35802b6 Updated ssh docs 2015-04-25 17:22:10 -07:00
tomcodes f3109d483f website/docs: fix typo in cli box repackage 2015-02-27 21:18:17 +01:00
Andreas Krüger 0501cd5500 Adding a link to the environment variable documentation to the cli documentation. 2015-01-29 17:26:54 +01:00
Seth Vargo 2ebd076817 Update login docs 2015-01-08 17:25:38 -05:00
Jack Pearkes 1c328914f8 docs: link to the atlas box search page instead of homepage 2014-12-11 10:17:38 -08:00
Seth Vargo 2e4f854725 Vagrant Cloud -> Atlas 2014-12-08 17:42:29 -08:00
Włodzimierz Gajda 9ab8d05cc7 doc destroy - notice about space occupied by the box 2014-11-14 07:49:04 +01:00
Mitchell Hashimoto 83305bcbed website/docs: update to clarify repackage [GH-4537] 2014-10-22 21:16:23 -07:00
Seth Vargo 5ad5411e0f Add a note to check the docs 2014-10-17 11:23:31 -04:00
Mitchell Hashimoto a54f2dc539 command/rsync-auto: add --poll flag [GH-4392] 2014-08-31 09:54:37 -07:00
Mitchell Hashimoto 6fd1c05045 Update CHANGELOG 2014-05-20 20:51:21 -07:00
Rémi Paulmier 00a2670406 added capath option to curl Downloader 2014-05-19 18:08:23 +02:00
Mitchell Hashimoto 446dd51af2 website/docs: document RDP raw args 2014-05-07 18:34:22 -07:00
Mitchell Hashimoto 2e9e40c82a website/docs: document global-status upgrade notes 2014-05-05 21:15:44 -07:00
Mitchell Hashimoto 35b33ad581 website/docs: update init command 2014-05-04 17:38:25 -07:00
Christian Berendt b05e506031 fixed typos found by topy in all Markdown files
Topy is available at https://github.com/intgr/topy.
2014-05-01 16:22:23 +02:00
Mitchell Hashimoto ddc6853a4c website/docs: global-status 2014-05-01 00:11:36 -07:00
Mitchell Hashimoto 1f2a06710f website/docs: force flags on init and box remove 2014-04-30 18:50:00 -07:00
Mitchell Hashimoto 4a720bd096 website/docs: rdp command 2014-04-30 18:46:23 -07:00
Mitchell Hashimoto 097d4ec2ad website/docs: docker commands 2014-04-30 18:46:22 -07:00
Mitchell Hashimoto 63dffe3f92 commands/version: check latest version 2014-04-24 19:54:26 -07:00
Jack Pearkes aacdd5b837 website/docs: link to real vagrant cloud url
This is mostly for cookies and google. If you're logged in to
www, you won't be logged in to apex, and visa versa. Also a Vagrant
Cloud bug but wanted to make it consistent on this end.
2014-03-13 09:59:39 -04:00
Fuhrmann c97817fc96 Fix typo in rsync-auto docs 2014-03-11 23:56:48 -04:00
Mitchell Hashimoto c605855634 website/docs: update docs for checksums on versioned boxes 2014-03-01 12:08:27 +01:00
Mitchell Hashimoto 839cda08c4 website/docs: document vagrant login 2014-02-27 15:05:42 -08:00
Mitchell Hashimoto 730e268d20 website/docs: document vagrant share functionality 2014-02-27 15:00:37 -08:00
Mitchell Hashimoto ac9e6b2078 core: error-exit machine readable output type for errors [GH-2999] 2014-02-23 22:40:45 -08:00
Teemu Matilainen b66283c4a4 website/docs: fix typo [GH-2998]
Fixes #2998
2014-02-18 22:59:44 -03:00
Mitchell Hashimoto eab1d1150a website/docs: update all the links to the box directory 2014-02-05 21:20:36 -08:00
Mitchell Hashimoto 286a503cb6 website/docs: docs for box versioning 2014-02-05 21:20:25 -08:00
Mitchell Hashimoto 526231812f website/docs: better docs 2014-01-13 22:29:10 -08:00
Mitchell Hashimoto 720cb4378b website/docs: rsync-auto 2014-01-13 22:19:18 -08:00
Mitchell Hashimoto 08ebf158e9 website/docs: document `vagrant rsync` 2014-01-13 11:48:36 -08:00
Mitchell Hashimoto e7d439ccb3 website/docs: add more docs for non-primary subcommands 2014-01-11 09:39:13 -08:00
Mitchell Hashimoto ea502c5c3d commands/plugin: vagrant plugin install can accept multiple 2014-01-07 14:17:48 -08:00