dependencies-cli icon indicating copy to clipboard operation
dependencies-cli copied to clipboard

Can this cli extension generate a package.xml as output of the dependency analysis?

Open vekbote opened this issue 5 years ago • 1 comments

Can this cli extension generate a package.xml as output of the dependency analysis? It will be a very useful tool for developers to specify e.g. a lightning component or an apex class or VF page in command line and get a package.xml generated for all of its dependencies so they can just run retrieve using that package.xml and move those components from one org to the other.

vekbote avatar Aug 27 '20 19:08 vekbote

@vekbote What you are looking for is known as a "deployment boundary", which is supported by a similar open-source project HappySoup.io

https://github.com/pgonzaleznetwork/sfdc-happy-soup

If you want to use it in the command line you can use the NPM package version of the same

https://github.com/pgonzaleznetwork/sfdc-soup

pgonzaleznetwork avatar Apr 10 '21 17:04 pgonzaleznetwork