From 35b33ad5811d860445f996ca69e533f6d44d425a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 4 May 2014 17:38:25 -0700 Subject: [PATCH] website/docs: update init command --- website/docs/source/v2/cli/init.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/source/v2/cli/init.html.md b/website/docs/source/v2/cli/init.html.md index 264af04e4..11db1ad06 100644 --- a/website/docs/source/v2/cli/init.html.md +++ b/website/docs/source/v2/cli/init.html.md @@ -21,3 +21,10 @@ setting in the created Vagrantfile. * `--force` - If specified, this command will overwite any existing `Vagrantfile`. + +* `--minimal` - If specified, a minimal Vagrantfile will be created. This + Vagrantfile does not contain the instructional comments that the normal + Vagrantfile contains. + +* `--output FILE` - This will output the Vagrantfile to the given file. + If this is "-", the Vagrantfile will be sent to stdout.