scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
445 stars 114 forks source link

Missing ConversationMessageDefinition Metadata #898

Closed callmekelvin closed 3 months ago

callmekelvin commented 3 months ago

Is your proposal related to a problem?


"ConversationMessageDefinition" Metadata is not generated in the package.xml file. However, it is supported by the Salesforce Metadata CLI/ API:

Describe a solution you propose


I would like the SGD plugin to capture ConversationMessageDefinition changes when running the sfdx sgd:source:delta command.

Describe alternatives you've considered


Deploying the ConversationMessageDefinition metadata manually outside of CI/CD

Additional context


scolladon commented 3 months ago

Hi @callmekelvin !

Thanks for raising this issue and thanks for contributing in making this project better!

I'll ship a new version including this feature soon, stay tuned!

github-actions[bot] commented 3 months ago

Shipped in release v5.42.0. You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.42.0

Happy incremental deployment!