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
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.xmlFor 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.xmlor :
sfdx changeset:retrieve -c "My change set V1" -p files/mypack.xml
would save it to the specified path files/mypack.xml