Function setVariable

  • Set a variable by path, create if not exist

    Parameters

    • path: string

      path of the variable

    • value: string

      value of the variable

    • OptionalisSecretIfNotExist: boolean

      if the variable does not exist, create it as secret or not (default: false)

    • OptionaldescriptionIfNotExist: string

      if the variable does not exist, create it with this description (default: "")

    Returns Promise<void>