executeShellCommand()
Home > @backstage/plugin-scaffolder-node
> executeShellCommand
Run a command in a sub-process, normally a shell command.
Signature:
function executeShellCommand(options: ExecuteShellCommandOptions): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
Promise<void>