Skip to main content

Type Alias: EnvironmentVariableName

EnvironmentVariableName: "STRICLI_SKIP_VERSION_CHECK" | "STRICLI_NO_COLOR"

Environment variable names used by Stricli.

  • STRICLI_SKIP_VERSION_CHECK - If specified and non-0, skips the latest version check.
  • STRICLI_NO_COLOR - If specified and non-0, disables ANSI terminal coloring.

Defined in

packages/core/src/context.ts:60