Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/lib/developertoolconfiguration

Variables

Const DEFAULT_DEVELOPER_TOOL_CONFIGURATION_FILE_PATH

DEFAULT_DEVELOPER_TOOL_CONFIGURATION_FILE_PATH: string = ConfigFileReader.expandUserHome(path.join("~", ".oci", "developer-tool-configuration.json"))

Const OCI_ALLOW_ONLY_DEVELOPER_TOOL_CONFIGURATION_REGIONS

OCI_ALLOW_ONLY_DEVELOPER_TOOL_CONFIGURATION_REGIONS: string = "OCI_ALLOW_ONLY_DEVELOPER_TOOL_CONFIGURATION_REGIONS"

Const OCI_DEVELOPER_TOOL_CONFIGURATION_FILE_PATH

OCI_DEVELOPER_TOOL_CONFIGURATION_FILE_PATH: string = "OCI_DEVELOPER_TOOL_CONFIGURATION_FILE_PATH"

Let developerToolConfigurationProvider

developerToolConfigurationProvider: string

Let developerToolConfigurationRegions

developerToolConfigurationRegions: RegionMetadataSchema[]

Let ociAllowOnlyDeveloperToolConfigurationvRegions

ociAllowOnlyDeveloperToolConfigurationvRegions: boolean

Let ociEnabledServiceSet

ociEnabledServiceSet: Set<string>

Functions

developerToolConfiguration

  • developerToolConfiguration(): void

doesDeveloperToolConfigurationFileExist

  • doesDeveloperToolConfigurationFileExist(): boolean

getDeveloperToolConfigurationFilePath

  • getDeveloperToolConfigurationFilePath(): string

getParsedServiceName

  • getParsedServiceName(serviceName: string): string

initializedeveloperToolConfiguration

  • initializedeveloperToolConfiguration(): void

isServiceEnabled

  • isServiceEnabled(service: string): boolean

isociAllowOnlyDeveloperToolConfigurationRegionsEnabled

  • isociAllowOnlyDeveloperToolConfigurationRegionsEnabled(): boolean

reInitialize

  • reInitialize(): void

useOnlyDeveloperToolConfigurationRegions

  • useOnlyDeveloperToolConfigurationRegions(): boolean