mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
vagrant-validate: add page (#15900)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
c8d735d549
commit
4f897e8be2
1 changed files with 13 additions and 0 deletions
13
pages/common/vagrant-validate.md
Normal file
13
pages/common/vagrant-validate.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# vagrant validate
|
||||
|
||||
> Check the validity of a Vagrantfile.
|
||||
> See also: `vagrant`, `vagrant box`, `vagrant plugin`.
|
||||
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/validate>.
|
||||
|
||||
- Validate the syntax of the Vagrantfile to ensure it is correctly structured and free of errors:
|
||||
|
||||
`vagrant validate`
|
||||
|
||||
- Ensure that the Vagrantfile is correctly structured while ignoring provider-specific configuration options:
|
||||
|
||||
`vagrant validate {{[-p|--ignore-provider]}} {{docker|hypervlibvirt|parallels|qemu|virtualbox|vmware_desktop}`
|
Loading…
Add table
Reference in a new issue