A utility for refactoring sqitch changes.
You can run the program using:
nix run github:brokenpylons/sqitch_tool
Or install it permanently using:
nix profile install github:brokenpylons/sqitch_tool
Prints the formated plan file.
sqitch_tool plan
Removes the change from the sqitch.plan, and removes the associated files in the deploy, verify, revert folders.
sqitch_tool rm change
Renames the change in the sqitch.plan, and moves the associated files in the deploy, verify, revert folders.
sqitch_tool mv from_change to_change
As far as I can tell it works. No tests yet.
MIT