Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnvironmentalVariableSettings

Service for reading environmental variable settings exposed for CLIs built on Imperative CLI framework

export

Hierarchy

  • EnvironmentalVariableSettings

Index

Properties

Static Readonly APP_LOG_LEVEL_KEY_SUFFIX

APP_LOG_LEVEL_KEY_SUFFIX: "_APP_LOG_LEVEL" = "_APP_LOG_LEVEL"

The end of the environmental variable for configuring the log level for the appLogger of your CLI The prefix will be added to the beginning of this value to construct the full key

memberof

EnvironmentalVariableSettings

Static Readonly APP_MASK_OUTPUT_SUFFIX

APP_MASK_OUTPUT_SUFFIX: "_APP_MASK_OUTPUT" = "_APP_MASK_OUTPUT"

The end of the environmental variable for configuring the ability to mask output of your CLI The prefix will be added to the beginning of this value to construct the full key

memberof

EnvironmentalVariableSettings

Static Readonly CLI_HOME_SUFFIX

CLI_HOME_SUFFIX: "_CLI_HOME" = "_CLI_HOME"

The end of the environmental variable for configuring the home directory for your CLI The prefix will be added to the beginning of this value to construct the full key

memberof

EnvironmentalVariableSettings

Static Readonly CLI_PLUGINS_DIR_SUFFIX

CLI_PLUGINS_DIR_SUFFIX: "_CLI_PLUGINS_DIR" = "_CLI_PLUGINS_DIR"

The end of the environmental variable for configuring the plugins directory for your CLI The prefix will be added to the beginning of this value to contruct the full key

memberof

EnvironmentalVariableSettings

Static Readonly IMPERATIVE_LOG_LEVEL_KEY_SUFFIX

IMPERATIVE_LOG_LEVEL_KEY_SUFFIX: "_IMPERATIVE_LOG_LEVEL" = "_IMPERATIVE_LOG_LEVEL"

The end of the environmental variable for configuring the log level for the imperative logger of your CLI The prefix will be added to the beginning of this value to construct the full key

memberof

EnvironmentalVariableSettings

Static Readonly PROMPT_PHRASE_SUFFIX

PROMPT_PHRASE_SUFFIX: "_PROMPT_PHRASE" = "_PROMPT_PHRASE"

The end of the environmental variable for configuring the prompt phrase for your CLI The prefix will be added to the beginning of this value to construct the full key

memberof

EnvironmentalVariableSettings

Methods

Static read

Generated using TypeDoc