Deployer\Server\ServerInterface::run PHP Method

run() public method

Run shell command on remote server.
public run ( string $command ) : string
$command string
return string Output of command.
    public function run($command);