scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
414 stars 112 forks source link

Missing MessagingChannel metadata #753

Closed mhamdaouiSFDC closed 8 months ago

mhamdaouiSFDC commented 8 months ago

Issue verification check:

What is the problem?


Metadata "MessagingChannel" is not part of the generated package.xml (it is supported by salesforce cli): https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_messagingchannel.htm

What is the parameter and the value you used with it?

We are using this plugin as part of the CI/CD sf sgd source delta --to "HEAD" --from "HEAD^" --output changed-sources/ --generate-delta --source force-app/

Steps to reproduce

Run the command in a repository with MessagingChannel metadata

scolladon commented 8 months ago

Hi @mhamdaouiSFDC !

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

I'll add this metadata support in the next days. Stay tuned!

github-actions[bot] commented 8 months ago

Shipped in release v5.33.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.33.0

Happy incremental deployment!