This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
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. |