Home > @microsoft/rush-lib > IOperationSettings > parameterNamesToIgnore
IOperationSettings.parameterNamesToIgnore 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.
An optional list of custom command-line parameter names (their parameterLongName values from command-line.json) that should be ignored when invoking the command for this operation. This allows a project to opt out of parameters that don't affect its operation, preventing unnecessary cache invalidation for this operation and its consumers.
Signature:
parameterNamesToIgnore?: string[];