"packageAliases": {
"type": "object",
"title": "Aliases for packaging ids",
"description": "The Salesforce CLI updates this file with the aliases when you create a package or package version. You can also manually update this section for existing packages or package versions. You can use the alias instead of the cryptic package ID when running CLI force:package commands.",
"patternProperties": {
"^[ -~]+$": {
"type": "string",
"pattern": "^(0Ho|033|05i|04t)([a-zA-Z0-9]{15}|[a-zA-Z0-9]{12})$"
}
}
}
|