loganm / sfdx-changeset

Retrieve the components specified by a changeset into an SFDX project
10 stars 5 forks source link

Feature request : have an option to save the SFDX-format package.xml #2

Open AltiusRupert opened 3 years ago

AltiusRupert commented 3 years ago

As a developer running the command sfdx changeset:retrieve -c "My change set V1" I would like to be able to specifiy an option to save the SFDX-format package.xml

For example : sfdx changeset:retrieve -c "My change set V1" -p would save it as a file named by default after the change set name, and stored in the manifest/changesets folder,, to manifest/changesets/My_change_set_V1-package.xml

or : sfdx changeset:retrieve -c "My change set V1" -p files/mypack.xml would save it to the specified path files/mypack.xml

AltiusRupert commented 3 years ago

see pull-request #3