VagrantInitSettings.

Minimal Property

Summary

This enables the creation of a more minimal Vagrantfile that does not contain the instructional comments the normal Vagrantfile contains
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Settings
Containing Type
VagrantInitSettings

Syntax

public Nullable<bool> Minimal { get; set; }

Value

Type Description
Nullable<bool> true to create a minimal file. Defaults to false