# unknownConfigKey

Unknown config name: %s.

# deprecatedConfigKey

Deprecated config name: %s. Please use %s instead.

# invalidWrite

The writeSync method is not allowed on SfdxConfig. Use the async write method instead.

# invalidConfigValue

Invalid config value: %s.

# invalidInstanceUrl

Specify a valid Salesforce instance URL.

# invalidApiVersion

Specify a valid Salesforce API version, for example, 42.0.

# invalidCustomOrgMetadataTemplates

Specify a valid repository URL or directory for the custom org metadata templates.

# invalidIsvDebuggerSid

Specify a valid Debugger SID.

# invalidIsvDebuggerUrl

Specify a valid Debugger URL.

# invalidNumberConfigValue

Specify a valid positive integer, for example, 150000.

# invalidBooleanConfigValue

The config value can only be set to true or false.

# invalidProjectWorkspace

%s does not contain a valid Salesforce DX project.

# schemaValidationError

The config file "%s" is not schema valid.
Due to: %s

# schemaValidationError.actions

- Fix the invalid entries at %s.

# missingDefaultPath

In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: `[{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]`

# missingPackageDirectory

The path "%s", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.

# invalidPackageDirectory

The path "%s", specified in sfdx-project.json, must be indicated as a relative path to the project root.

# multipleDefaultPaths

In sfdx-project.json, indicate only one package directory (path) as the default.

# singleNonDefaultPackage

The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the `"default": false` key and try again.

# target-org

Username or alias of the org that all commands run against by default. (sf only)

# target-dev-hub

Username or alias of your default Dev Hub org. (sf only)

# defaultUsername

Username or alias of the org that all commands run against by default. (sfdx only)

# defaultDevHubUsername

Username or alias of your default Dev Hub org. (sfdx only)

# isvDebuggerSid

ISV debugger SID (sfdx only)

# isvDebuggerUrl

ISV debugger URL (sfdx only)

# org-isv-debugger-sid

ISV debugger SID.

# org-isv-debugger-url

ISV debugger URL.

# apiVersion

API version of your project. Default: API version of your Dev Hub org. (sfdx only)

# org-api-version

API version of your project. Default: API version of your Dev Hub org.

# disableTelemetry

Disables the collection of usage and user environment information, etc. Default: false. (sfdx only)

# disable-telemetry

Disables the collection of usage and user environment information, etc. Default: false.

# maxQueryLimit

Maximum number of Salesforce records returned by a CLI command. Default: 10,000. (sfdx only)

# org-max-query-limit

Maximum number of Salesforce records returned by a CLI command. Default: 10,000.

# restDeploy

Whether deployments use the Metadata REST API (true) or SOAP API (false, default value). (sfdx only)

# instanceUrl

URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com. (sfdx only)

# org-instance-url

URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com.

# customOrgMetadataTemplates

A valid repository URL or directory for the custom org metadata templates.

# org-custom-metadata-templates

A valid repository URL or directory for the custom org metadata templates.

# org-capitalize-record-types

Whether record types are capitalized on scratch org creation.

# invalidId

The given id %s is not a valid 15 or 18 character Salesforce ID.
