We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"ConversationMessageDefinition" Metadata is not generated in the package.xml file. However, it is supported by the Salesforce Metadata CLI/ API:
package.xml
I would like the SGD plugin to capture ConversationMessageDefinition changes when running the sfdx sgd:source:delta command.
ConversationMessageDefinition
sfdx sgd:source:delta
force-app/main/default/conversationMessageDefinitions/<File_Name>.conversationMessageDefinition-meta.xml
Deploying the ConversationMessageDefinition metadata manually outside of CI/CD
sfdx plugins:install sfdx-git-delta
60.0
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Shipped in release v5.42.0. You can install the new version using the version number or the latest-rc channel
v5.42.0
latest-rc
$ sfdx plugins:install sfdx-git-delta@latest-rc $ sfdx plugins:install sfdx-git-delta@v5.42.0
Happy incremental deployment!
scolladon
Successfully merging a pull request may close this issue.
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 thesfdx sgd:source:delta
command.force-app/main/default/conversationMessageDefinitions/<File_Name>.conversationMessageDefinition-meta.xml
Describe alternatives you've considered
Deploying the
ConversationMessageDefinition
metadata manually outside of CI/CDAdditional context
sfdx plugins:install sfdx-git-delta
60.0
The text was updated successfully, but these errors were encountered: