website/docs: update init command
This commit is contained in:
parent
e3ec1027f1
commit
35b33ad581
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue