VagrantSSHSettingsExtensions.

RunCommand(VagrantSSHSettings, string) Method

Summary

Sets the command to run in the SSH session

Syntax

public static VagrantSSHSettings RunCommand(this VagrantSSHSettings settings, string command)

Parameters

Name Type Description
settings VagrantSSHSettings The settings
command string REQUIRED: The command to run in the session.

Return Value

Type Description
VagrantSSHSettings