vagrant/plugins/commands
Mitchell Hashimoto 5903bfb3c6 commands/push: validate configuration
/cc @sethvargo - Some weirdness here but overall should work fine. I'm
not sure if there was a GH issue this should be attached to or close. To
explain:

We just use the first machine with the default provider. A
Vagrant::Environment guarantees there is at least one machine, so
`env.machine_names.first` will always work. And we can just use the
default provider because we don't really care. Finally, it can be any
old machine we pass in because we just want the "global" config to
validate and there is no way to say "don't validate machine-specific
configs", so we might as well just pick the first machine to validate.
2015-01-04 15:43:30 -08:00
..
box Vagrant Cloud -> Atlas 2014-12-08 17:42:29 -08:00
destroy Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
global-status commands/global-status: call proper method 2014-04-23 06:21:44 -07:00
halt Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
help core: output synopsis with command [GH-2249] 2013-11-23 14:00:42 -08:00
init Fixed issue 4161 2014-07-08 13:19:43 -07:00
list-commands commands/list-commands: lists all commands primary and non-primary 2014-01-11 09:32:13 -08:00
login commands/login: append access token to vagrantcloud => atlas URLs 2014-12-12 14:53:05 -08:00
package Force opts to be options 2014-12-14 23:46:39 -05:00
plugin commands/plugin: list puts plugin namein machine readable output 2014-10-23 12:00:46 -07:00
provision commands/provision: don't advertise parallel [GH-4398] 2014-08-29 08:32:04 -07:00
push commands/push: validate configuration 2015-01-04 15:43:30 -08:00
rdp commands/rdp: avoid rdp_info being nil 2014-05-20 20:18:15 -07:00
reload commands/reload: show post-up message [GH-4168] 2014-08-08 17:40:07 -07:00
resume core: output synopsis with command [GH-2249] 2013-11-23 14:00:42 -08:00
ssh Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
ssh_config Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
status Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
suspend clean up usage 2014-02-08 00:20:50 -08:00
up commands/up: if all machines autostart:false, start none [GH-4552] 2014-10-23 11:46:22 -07:00
version commands/version: remove unused require 2014-09-01 15:29:27 -07:00