vagrant/test/unit/plugins/commands
Brian Cain 6051f3598e
Fixes #10224: Allow validation of config while ignoring provider
This commit adds a new flag to the `vagrant validate` command which
allows users to completely ignore the provider block of a config file.
This is useful for when you are running `vagrant validate` in CI and
don't want to install a valid provider to check the syntax of your
Vagratnfile. When the flag is invoked, a warning will be displayed
saying that the provider block will be ignored and not validated.
2018-10-30 13:37:22 -07:00
..
box/command Lookup latest available installed box if required on update 2018-08-02 16:12:10 -07:00
cap commands/cap 2015-10-08 10:35:36 -04:00
cloud Mark password as sensitive in logs 2018-10-12 09:07:12 -07:00
destroy (#9137) Exit 0 if vagrant destroy finds no running vms 2017-12-14 12:48:22 -08:00
global-status core: Use the MachineIndex#vagrant_env method 2014-04-21 13:54:31 -07:00
init vagrant init: Support VAGRANT_DEFAULT_TEMPLATE 2018-09-04 10:48:16 +02:00
list-commands Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
login Ignore URLs which cannot be parsed in the authentication middleware 2018-04-26 15:08:06 -07:00
package Fix --output path with specified folder 2017-11-04 12:00:55 +01:00
plugin/action Add local only and global only flags to plugin expunge command 2018-07-18 13:43:52 -07:00
port Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
provider test: add tests for provider command 2015-11-04 14:26:22 -08:00
push Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
reload (#9677) Add `--force` flag to reload command 2018-08-16 13:57:13 -07:00
snapshot/command Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
ssh_config Check verify_host_key for falsey or :never values when generating ssh config 2018-09-05 13:44:07 -07:00
suspend Raise error if argument is provided with `--all-global` flag 2018-05-11 15:43:14 -07:00
up Only write box metadata if guest has box object 2018-08-17 09:58:24 -07:00
upload Fix trailing quotes in source path 2018-10-08 14:18:30 -07:00
validate Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
winrm Add winrm and upload commands 2018-10-04 13:26:41 -07:00
winrm_config Provide correct RDP information within configuration information 2018-10-04 14:41:10 -07:00