amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

missing "--no-destructive" on create changeset #125

Closed pelim closed 6 years ago

pelim commented 6 years ago

im missing the a option to create a change set without the destructive changes

amtrack commented 6 years ago

Hi @pelim i'm not planning to implement this because i believe this is not the intention of the changeset command. However i suggest that you simply delete the destructiveChanges.xml file afterwards:

$ git diff ... | force-dev-tool changeset create foo && rm -f config/deployments/foo/destructiveChanges.xml