Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftDefaultParameters

IHeftDefaultParameters interface

The default parameters provided by Heft.

Signature:

export interface IHeftDefaultParameters 

Properties

PropertyModifiersTypeDescription
cleanreadonlybooleanWhether or not the --clean flag was passed to Heft.
debugreadonlybooleanWhether or not the --debug flag was passed to Heft.
localesreadonlyIterable<string>The locales provided to the Heft action via the --locales parameter.
productionreadonlybooleanWhether or not the --production flag was passed to the Heft action.
verbosereadonlybooleanWhether or not the --verbose flag was passed to the Heft action.
watchreadonlybooleanWhether or not the Heft action is running in watch mode.