Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds seedMetadata for package version creation command #69

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

tshopshireSalesforce
Copy link
Contributor

@tshopshireSalesforce tshopshireSalesforce commented Jan 24, 2023

What does this PR do?

Adds optional seedMetadata to the schema so unpackageable metadata can be pushed to the build org that the packaged metadata depends on, such as StandardValueSets. This is used for the package version create command.

What issues does this PR fix or reference?

@W-12204966@

Functionality Before

SeedMetadata could not be provided in the sfdx-project.json

Functionality After

SeedMetadata can be provided in the sfdx-project.json

"packageDirectory.seedMetadata": {
"type": "object",
"title": "Seed Metadata",
"description": "Metadata not meant to be packaged, but deployed before deploying packaged metadata",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this text appear on CLI help? if yes, then it must be reviewed with Doc writers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the schema isn't used when displaying CLI help text. That would come from (in this case) plugin-packaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants