Skip to content

Add support for missing package settings #3

@DavinCasey

Description

@DavinCasey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:packagingfeatureIssue or pull request for a new featuremore information requiredIssue requires more information or a response from the customerstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions