Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

split run-script into multiple operations #56

Closed apaleslimghost closed 5 years ago

apaleslimghost commented 5 years ago

to better facilitate incremental undos. i think it makes sense for it to be three separate steps:

(this does run the risk of introducing more concepts #55)

simonplend commented 5 years ago

Worth noting that if we're going to have some kind of "preview changes" functionality, then splitting run-script into multiple operations is essential as I'd imagine that the previewing step would slot in between the script being run and the branches being pushed.