Description Usage Arguments Details Value Methods (by class) See Also
These methods execute a command list prepared by the command
function.
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)
|
moduleHost |
|
outputLocation |
|
command |
|
If a moduleHost is provided the command is executed in the
outputLocation on the host machine.
This function is usually called by executeScript.
0 if successful
dockerHost: execute command on a dockerHost
default: execute a command with no
moduleHost
vagrantHost: execute command on a vagrantHost
This function called by
executeScript. moduleHost,
prepareModuleHost for outputLocation creation,
command.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.