From c017340f699a199a7043817788cb9f7abecac37f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 5 Nov 2015 13:59:08 -0800 Subject: [PATCH] website: update docs for --install-provider flag --- website/docs/source/v2/cli/up.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/source/v2/cli/up.html.md b/website/docs/source/v2/cli/up.html.md index a0408a9a6..44d320669 100644 --- a/website/docs/source/v2/cli/up.html.md +++ b/website/docs/source/v2/cli/up.html.md @@ -20,6 +20,10 @@ on a day-to-day basis. unexpected error occurs. This will only happen on the first `vagrant up`. By default this is set. +* `--[no-]install-provider` - If the requested provider is not installed, + Vagrant will attempt to automatically install it if it can. By default this + is enabled. + * `--[no-]parallel` - Bring multiple machines up in parallel if the provider supports it. Please consult the provider documentation to see if this feature is supported.