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
Sets the
FilePath
to output the new Vagrantfile to
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Init Settings Extensions
Syntax
public static VagrantInitSettings OutputToFile(this VagrantInitSettings settings, FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantInitSettings | The settings |
filePath | FilePath | Desired path for the new Vagrantfile |
Return Value
Type | Description |
---|---|
VagrantInitSettings | The updated settings object |