vagrant/lib/vagrant
Mitchell Hashimoto ba0e426507 Get vagrant package --base working in some hacky way.
`vagrant package --base` is deprecated for a future feature so I didn't
want to waste any brain cycles on how to do this the "right" way since a
new system will be introduced to do this sort of thing in teh future.
2012-08-19 18:51:36 -07:00
..
action `vagrant box add` works again. Box verification remove temporarily. 2012-08-18 16:13:14 -07:00
config Move the loader into the Config::V1 namespace. 2012-06-26 15:06:03 -07:00
downloaders `vagrant box add` works again. Box verification remove temporarily. 2012-08-18 16:13:14 -07:00
easy Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
plugin `vagrant up`! 2012-08-14 22:38:41 -07:00
util `vagrant ssh` with full console works with new provider. 2012-08-05 13:45:24 -07:00
action.rb Comment the action_box_add method 2012-08-18 16:19:13 -07:00
box.rb Box#repackage to repackage a box. 2012-07-11 18:36:22 -07:00
box_collection.rb BoxCollection#add throws an UpgradeRequired exception if a V1 box 2012-07-11 18:36:22 -07:00
cli.rb Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
config.rb Move the loader into the Config::V1 namespace. 2012-06-26 15:06:03 -07:00
data_store.rb Allow data store to work even if file path is nil 2012-02-25 10:41:06 -08:00
downloaders.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
easy.rb New easy command APIs: argv, info, error, success 2012-06-01 14:55:08 +02:00
environment.rb Add nice inspect results for Environment and Machine 2012-08-10 00:38:11 -07:00
errors.rb Begin working on the #guest method for Machine instances 2012-08-12 16:46:00 -07:00
hosts.rb Move host base class to a plugin component 2012-06-27 09:26:03 -07:00
machine.rb Get vagrant package --base working in some hacky way. 2012-08-19 18:51:36 -07:00
plugin.rb Remove gem-based plugin loading 2012-05-05 12:57:31 -07:00
registry.rb Major guests have been moved to plugins 2012-04-18 21:03:03 -07:00
test_helpers.rb update the action_env test helper for the new environment structure 2012-02-06 22:47:25 -08:00
ui.rb Handle the case where ctrl-D is pressed on input. 2012-07-11 18:30:37 -07:00
util.rb Remove GlobLoader from util.rb since it doesn't exist anymore 2011-11-13 13:19:16 -08:00
version.rb Up version for development 2012-03-28 22:08:55 -07:00