Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigFile

Hierarchy

  • ConfigFile

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

accumulator

accumulator: ConfigAccumulator

profile

profile: string | null

Accessors

profileCredentials

Methods

get

  • get(key: string): string | null
  • Gets the value associated with a given key. The value returned will be the one for the selected profile (if available), else the value in the DEFAULT profile (if specified), else null.

    Parameters

    • key: string

    Returns string | null

    The value, or null if it didn't exist.