vagrant/plugins/commands
Mitchell Hashimoto 47fe278667 `vagrant box add` works again. Box verification remove temporarily.
The built-in middleware sequences will now be hardcoded onto
Vagrant::Action. Other plugins can hook into these sequences to provide
verification and so on. So the VirtualBox plugin will hook into that
action sequence and add verification.
2012-08-18 16:13:14 -07:00
..
box `vagrant box add` works again. Box verification remove temporarily. 2012-08-18 16:13:14 -07:00
destroy `destroy` gets a little farther, and properly halts the VM 2012-08-13 23:18:50 -07:00
gem Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
halt Start moving the halt commands over to the new provider interface 2012-07-28 10:43:16 -07:00
init Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
package `vagrant package` a single VM works! 2012-08-15 21:04:37 -07:00
provision `vagrant provision` 2012-08-14 21:21:31 -07:00
reload `vagrant reload` now works with the new machine abstraction 2012-08-14 21:12:41 -07:00
resume `vagrant resume` works with the new machine abstraction 2012-08-13 20:03:35 -07:00
ssh `vagrant ssh -c` now exits with the proper exit code 2012-08-11 20:35:34 -07:00
ssh_config ssh_config works with new machine abstraction 2012-08-13 19:48:26 -07:00
status Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
suspend `vagrant suspend` works with new machine abstraction 2012-08-13 19:30:41 -07:00
up `vagrant up`! 2012-08-14 22:38:41 -07:00