From 4f897e8be242f038b35f82fc7a89bfd6ea6be0fb Mon Sep 17 00:00:00 2001 From: Amine LOUHICHI <32558537+aminelch@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:25:26 +0100 Subject: [PATCH] vagrant-validate: add page (#15900) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/vagrant-validate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/vagrant-validate.md diff --git a/pages/common/vagrant-validate.md b/pages/common/vagrant-validate.md new file mode 100644 index 0000000000..be817df4c6 --- /dev/null +++ b/pages/common/vagrant-validate.md @@ -0,0 +1,13 @@ +# vagrant validate + +> Check the validity of a Vagrantfile. +> See also: `vagrant`, `vagrant box`, `vagrant plugin`. +> More information: . + +- 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}`