-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
area:packagingfeatureIssue or pull request for a new featureIssue or pull request for a new featuremore information requiredIssue requires more information or a response from the customerIssue requires more information or a response from the customerstale
Description
Currently, it is not possible to set the following package settings via SFDX:
- apiAccessLevel
- postInstallClass
- setupWebLink
What are you trying to do
We're trying to have a seamless packaging & release process via CI.
Describe the solution you'd like
force:source:convert has a --packagename parameter which allows us to set the element in package.xml. I'd like to see additional parameters to allow us to specify values for the settings listed above.
Describe alternatives you've considered
The only workable options we have right now are hackish workarounds:
- Manually maintain a package.xml file with postInstallClass etc. set
- Use an XML editing tool in our CI process to insert the missing package setting elements into package.xml.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:packagingfeatureIssue or pull request for a new featureIssue or pull request for a new featuremore information requiredIssue requires more information or a response from the customerIssue requires more information or a response from the customerstale