Accelerator replacements configuration

Hierarchy

  • ReplacementsConfig

Implements

Constructors

  • Parameters

    • Optional values: {
          globalReplacements: undefined | ({ key: string; path: string; })[];
      }
      • globalReplacements: undefined | ({ key: string; path: string; })[]
    • Optional accountsConfig: AccountsConfig
    • validateOnly: boolean = false

    Returns ReplacementsConfig

Properties

accountsConfig: undefined | AccountsConfig = undefined
globalReplacements: ParameterReplacementConfig[] = []

The set of placeholder parameters (key/path pairs) that will be merged with yaml configuration files.

placeholders: {
    [key: string]: string;
} = {}

Type declaration

  • [key: string]: string
validateOnly: boolean = false
FILENAME: "replacements-config.yaml" = 'replacements-config.yaml'

Replacements configuration file name, this file must be present in accelerator config repository

Methods

  • Parameters

    • initialBuffer: string

    Returns string

Generated using TypeDoc