VagrantRunner.

PowerShell(Action<VagrantPowerShellSettings>) Method

Summary

This command opens a PowerShell connection to your default machine to run the provided command
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant
Containing Type
VagrantRunner

Syntax

public void PowerShell(Action<VagrantPowerShellSettings> configure)

Parameters

Name Type Description
configure Action<VagrantPowerShellSettings> Settings to use when connecting

Return Value

Type Description
void