@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
8 lines (7 loc) • 882 B
JSON
{
"errorpackage2AncestorIdsKeyNotSupported": "The package2AncestorIds key is no longer supported in a scratch org definition. Ancestors defined in sfdx-project.json will be included in the scratch org.",
"errorInvalidAncestorVersionFormat": "The ancestor versionNumber must be in the format major.minor.patch but the value found is %s",
"errorNoMatchingAncestor": "The ancestorId for ancestorVersion %s can't be found. Package ID %s.",
"errorAncestorNotReleased": "The ancestor package version [%s] specified in the sfdx-project.json file may exist hasn’t been promoted and released. Release the ancestor package version before specifying it as the ancestor in a new package or patch version.",
"errorAncestorIdVersionMismatch": "The ancestorVersion in sfdx-project.json is not the version expected for the ancestorId you supplied. ancestorVersion %s. ancestorID %s."
}