Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IConfigurationEnvironmentVariable

IConfigurationEnvironmentVariable interface

Represents the value of an environment variable, and if the value should be overridden if the variable is set in the parent environment.

Signature:

export interface IConfigurationEnvironmentVariable 

Properties

PropertyModifiersTypeDescription
override?boolean(Optional) Set to true to override the environment variable even if it is set in the parent environment. The default value is false.
valuestringValue of the environment variable