VagrantSSHSettings.

Command Property

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.