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.
- Host: GitHub
- URL: https://github.com/nickstenning/outback
- Owner: nickstenning
- Created: 2008-07-14T10:47:27.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2008-07-26T16:35:52.000Z (almost 18 years ago)
- Last Synced: 2025-03-10T16:49:45.762Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.