ExecuteShellCommandOptions
Home > @backstage/plugin-scaffolder-node
> ExecuteShellCommandOptions
Options for executeShellCommand().
Signature:
export type ExecuteShellCommandOptions = {
command: string;
args: string[];
options?: SpawnOptionsWithoutStdio;
logStream?: Writable;
};