Skip to content

brokenpylons/sqitch_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqitch_tool

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

Supported commands

Plan

Prints the formated plan file.

sqitch_tool plan

Remove

Removes the change from the sqitch.plan, and removes the associated files in the deploy, verify, revert folders.

sqitch_tool rm change

Move

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

Status

As far as I can tell it works. No tests yet.

License

MIT

About

A utility for refactoring sqitch changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors