Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftDefaultParameters

IHeftDefaultParameters interface

The default parameters provided by Heft.

Signature:

export interface IHeftDefaultParameters 

Properties

Property

Modifiers

Type

Description

clean

readonly

boolean

Whether or not the --clean flag was passed to Heft.

debug

readonly

boolean

Whether or not the --debug flag was passed to Heft.

locales

readonly

Iterable<string>

The locales provided to the Heft action via the --locales parameter.

production

readonly

boolean

Whether or not the --production flag was passed to the Heft action.

verbose

readonly

boolean

Whether or not the --verbose flag was passed to the Heft action.

watch

readonly

boolean

Whether or not the Heft action is running in watch mode.