scolladon / sfdx-git-delta

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

Which Sfdxgitdelta version supports discovery framework objects #756

Closed Tanvidh closed 7 months ago

Tanvidh commented 7 months ago

Is your proposal related to a problem?


Please confirm which version of Sfdxgitdelta plugin supports discovery framework objects given below: AssessmentQuestion AssessmentQuestionSet DocumentCategory DocumentCategoryDocumentType DocumentType ### Describe a solution you propose ---

Describe alternatives you've considered


Additional context


scolladon commented 7 months ago

Hi @Tanvidh !

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

Latest version of the plugin support some of those metadata AssessmentQuestion and AssessmentQuestionSet are available with api version v55 or above. DocumentType is available with api version v49 or above.

Do you have the following information about those two metadata types (DocumentCategory and DocumentCategoryDocumentType):

Thanks in advance !

mehdicherf commented 7 months ago

@scolladon I found DocumentCategory and DocumentCategoryDocumentType in the MDAPI developer guide:

github-actions[bot] commented 7 months ago

Shipped in release v5.34.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.34.0

Happy incremental deployment!