Function: executeCommand()
executeCommand(engineCore, envVars, cliCommand): Promise<void>
Execute the CLI command.
Parameters
engineCore
IEngineCore
The engine core.
envVars
INodeEnvironmentVariables
The environment variables for the node.
cliCommand
ICliCommand
The CLI command to execute.
Returns
Promise<void>