An open API service indexing awesome lists of open source software.

https://github.com/nickstenning/outback

Run arbitrary pairs of rollout/rollback tasks with impunity! Transactional rake wannabe.
https://github.com/nickstenning/outback

Last synced: over 1 year ago
JSON representation

Run arbitrary pairs of rollout/rollback tasks with impunity! Transactional rake wannabe.

Awesome Lists containing this project

README

          

# Outback - a transactional shell runner

Outback is a simple ruby library for running transactional pairs of shell commands ("rollout/rollback") in a known sequence. It's useful for running a set of dependent commands one after another with the ability to stop, find out what's gone wrong, and rollback all the steps so far if something goes awry.