scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
402 stars 110 forks source link

Enable 'UserAccessPolicy' metadata #886

Closed awesomeandrey closed 3 weeks ago

awesomeandrey commented 3 weeks ago

Is your proposal related to a problem?


User Access Policy (UAP) settings are useful in the context of managing/setting up users with permission sets & PSGs. IMHO it makes sense to enhance SGD plugin to support underlying metadata for UAP.

Describe a solution you propose


When running sf sgd:source:delta command I would like SGD plugin to capture changes to ***.useraccesspolicy-meta.xml files too.

Describe alternatives you've considered


So far the only option is to deploy UAP metadata manually bypassing automated CI/CD flow.

Additional context


scolladon commented 3 weeks ago

Hi @awesomeandrey !

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

I think it has been released with the v5.37.0.

Could you try using the latest tag please ? sf plugins:install "sfdx-git-delta@latest"

awesomeandrey commented 3 weeks ago

@scolladon

That worked, wonderful, thanks a ton!