Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > Rush > launchRushX

Rush.launchRushX() method

This API is used by the @microsoft/rush front end to launch the "rushx" command-line. Third-party tools should not use this API. Instead, they should execute the "rushx" binary and start a new Node.js process.

Signature:

static launchRushX(launcherVersion: string, options: ILaunchOptions): void;

Parameters

ParameterTypeDescription
launcherVersionstring
optionsILaunchOptions

Returns:

void