You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Describe the bug
Here's the Salesforce description of "seedMetada"
Seed metadata is available to standard value sets only. If your package depends on standard
value sets, you can specify a seed metadata directory that contains the value sets.
Appears that this property is unknown to sfpowerscripts and it complains about it.
-------------------------------------------------------------------------------------------
sfpowerscripts -- The DX@Scale CI/CD Orchestrator -Version:22.6.1 -Release:June 23
-------------------------------------------------------------------------------------------
The following attributes are not recognized by sfpowerscripts, You might need to remove them
The sfdx-project.json is invalid, Please fix the following errors
1: /packageDirectories/2: must NOT have additional properties {
"additionalProperty": "seedMetadata"
}
To Reproduce
Steps to reproduce the behavior:
Add the property "seedMetadata" to an sfdx-project.json file as documented above
Expected behavior
A clear and concise description of what you expected to happen.
Should not issue warning about supported property.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Details (please complete the following information):
OS: Ubuntu Latest
Version [e.g. CLI Version eg: 1.6.6]. sfp v 22.6.1
Salesforce CLI(sfdx cli) Version:
CI Platform: Github Actions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No, it seems to be working fine. A number of things were broken during the upgrade so we're looking at all the warning messages carefully. No reason for this not to wait for the next scheduled release.
Describe the bug
Here's the Salesforce description of "seedMetada"
seedMetadata
Appears that this property is unknown to sfpowerscripts and it complains about it.
To Reproduce
Steps to reproduce the behavior:
Add the property "seedMetadata" to an sfdx-project.json file as documented above
Expected behavior
A clear and concise description of what you expected to happen.
Should not issue warning about supported property.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: