executeCommand: Execute a 'command' list object

Description Usage Arguments Details Value Methods (by class) See Also

Description

These methods execute a command list prepared by the command function.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'dockerHost'
executeCommand(moduleHost, outputLocation, command)

executeCommand(moduleHost, outputLocation, command)

## Default S3 method:
executeCommand(moduleHost, outputLocation, command)

## S3 method for class 'vagrantHost'
executeCommand(moduleHost, outputLocation, command)

Arguments

moduleHost

moduleHost object

outputLocation

outputLocation object

command

command object

Details

If a moduleHost is provided the command is executed in the outputLocation on the host machine.

This function is usually called by executeScript.

Value

0 if successful

Methods (by class)

See Also

This function called by executeScript. moduleHost, prepareModuleHost for outputLocation creation, command.


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.