Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > ICreateOperationsContext > customParameters

ICreateOperationsContext.customParameters property

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The set of custom parameters for the executing command. Maps from the longName field in command-line.json to the parser configuration in ts-command-line.

Signature:

readonly customParameters: ReadonlyMap<string, CommandLineParameter>;