UNPKG

@salesforce/core

Version:

Core libraries to interact with SFDX projects, orgs, and APIs.

19 lines (18 loc) 1.51 kB
{ "UnknownConfigKey": "Unknown config name \"%s\"", "InvalidConfigValue": "Invalid config value. %s", "InvalidInstanceUrl": "Specify a valid Salesforce instance URL", "InvalidApiVersion": "Specify a valid Salesforce API version, for example, 42.0", "InvalidIsvDebuggerSid": "Specify a valid Debugger SID", "InvalidIsvDebuggerUrl": "Specify a valid Debugger URL", "InvalidNumberConfigValue": "Specify a valid number, for example, 150000", "InvalidBooleanConfigValue": "The config value can only be set to true or false.", "InvalidProjectWorkspace": "This directory does not contain a valid Salesforce DX project", "SchemaValidationWarning": "The config file: %s is not schema valid\nDue to: %s", "SchemaValidationErrorAction": "Check the file: %s for invalid entries", "MissingDefaultPath": "In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: [{ \"path\": \"packageDirectory1\", \"default\": true }, { \"path\": \"packageDirectory2\" }]", "InvalidPackageDirectory": "The path %s, specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.", "InvalidAbsolutePath": "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.", "InvalidWrite": "The writeSync method is not allowed on SfdxConfig. Use the async write method instead." }