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 command to run in the PowerShell session
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Power Shell Settings Extensions
Syntax
public static VagrantPowerShellSettings RunCommand(this VagrantPowerShellSettings settings, string command)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
command | string | REQUIRED: The command to run in the session. |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |