@salesforce/core
    Preparing search index...

    Enumeration SfdxPropertyKeys

    Index
    API_VERSION: "apiVersion"

    The api version

    Replaced by OrgConfigProperties.ORG_API_VERSION in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    CUSTOM_ORG_METADATA_TEMPLATES: "customOrgMetadataTemplates"

    Custom templates repo or local location.

    Replaced by OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    DEFAULT_DEV_HUB_USERNAME: "defaultdevhubusername"

    Username associated with the default dev hub org.

    Replaced by OrgConfigProperties.TARGET_DEV_HUB in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config will remain in v3 for the foreseeable future so that sfdx-core can map between sf and sfdx config values

    DEFAULT_USERNAME: "defaultusername"

    Username associate with the default org.

    Replaced by OrgConfigProperties.TARGET_ORG in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config will remain in v3 for the foreseeable future so that sfdx-core can map between sf and sfdx config values

    DISABLE_TELEMETRY: "disableTelemetry"

    Disables telemetry reporting

    Replaced by SfPropertyKeys.DISABLE_TELEMETRY in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    INSTANCE_URL: "instanceUrl"

    Replaced by OrgConfigProperties.ORG_INSTANCE_URL in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    ISV_DEBUGGER_SID: "isvDebuggerSid"

    The sid for the debugger configuration.

    Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_SID in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    ISV_DEBUGGER_URL: "isvDebuggerUrl"

    The url for the debugger configuration.

    Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_URL in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    MAX_QUERY_LIMIT: "maxQueryLimit"

    allows users to override the 10,000 result query limit

    Replaced by OrgConfigProperties.ORG_MAX_QUERY_LIMIT in v3 https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config

    REST_DEPLOY: "restDeploy"