vaguerent/website/source/docs/cli/validate.html.md
2019-02-17 12:54:05 +01:00

456 B

layout page_title sidebar_current description
docs vagrant validate - Command-Line Interface cli-validate The "vagrant validate" command is used to validate your Vagrantfile.

Validate

Command: vagrant validate

This command validates your Vagrantfile.

Options

  • --ignore-provider - Ignores provider config options.

Examples

$ vagrant validate
Vagrantfile validated successfully.