RunCommandOptions
Home > @backstage/plugin-scaffolder-backend
> RunCommandOptions
Warning: This API is now obsolete.
Use
ExecuteShellCommandOptions
from@backstage/plugin-scaffolder-node
instead
Options for executeShellCommand.
Signature:
export type RunCommandOptions = ExecuteShellCommandOptionsNode;
References: ExecuteShellCommandOptionsNode