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
The command to run on your machine.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- VagrantSSHSettings
Syntax
public string Command { get; set; }
Remarks
This is mandatory! Without it, script execution will block!
Value
Type | Description |
---|---|
string | This value will be quoted when invoked. |