VagrantInitSettings.

OutputFile Property

Summary

Gets or sets the file to output the Vagrantfile to
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Settings
Containing Type
VagrantInitSettings

Syntax

public string OutputFile { get; set; }

Value

Type Description
string File path for the new Vagrantfile. If this is "-", the Vagrantfile will be sent to stdout.