Validate
Command: vagrant validate
This command validates your Vagrantfile.
Options
--ignore-provider
- Ignores provider config options.
Examples
Command: vagrant validate
This command validates your Vagrantfile.
--ignore-provider
- Ignores provider config options.$ vagrant validate Vagrantfile validated successfully.
$ vagrant validate
Vagrantfile validated successfully.