Crates.io | destructivator |
lib.rs | destructivator |
version | 0.1.0 |
source | src |
created_at | 2017-11-24 21:08:22.606612 |
updated_at | 2017-11-24 21:08:22.606612 |
description | Automated Force.com project rollback with git integration. |
homepage | |
repository | https://github.com/ancamcheachta/destructivator |
max_upload_size | |
id | 40425 |
size | 21,645 |
Automated Force.com project rollback with git integration. As of the initial 0.1.0 release, the destructivator CLI produces a
destructiveChanges.xml
file based on the deltas between a feature branch and master branch of a git repository.
git clone https://github.com/ancamcheachta/destructivator.git
cd destructivator
cargo install
Here's an example of how to generate destructiveChanges.xml
from the diff between a feature and master branch of a Force.com project.
git clone https://github.com/ancamcheachta/forcedotcom-project -b feature
cd forcedotcom-project
destructivator > destructiveChanges.xml
/documents
)StandardObject
, CustomObject
to /objects
)libdestructivator.so