cloud66-oss / trackman

Execute commands as a workflow.
Apache License 2.0
197 stars 8 forks source link

Provide a way to perform cleanup #2

Closed MChorfa closed 5 years ago

MChorfa commented 5 years ago

Hey, Thank you for this project. Is there a do cleanup tasks? Like in terraform way terraform destroy or do we have to rewrite the whole steps backward. Thanks

khash commented 5 years ago

Since each step is a custom script provided by the user, reversing its effects is not possible automatically. However I can imagine support for a "revert" command which would be provided by the user and is run to reverse the actions.

MChorfa commented 5 years ago

Thank you for your feedback