From 264a199150e216447a430f7e0dc1e8be3c985ae1 Mon Sep 17 00:00:00 2001 From: Andrs Montaez Date: Sat, 26 Nov 2011 22:51:03 -0200 Subject: [PATCH] Command ideas. --- bin/mage.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/mage.php b/bin/mage.php index e2824e4..dbf51cc 100644 --- a/bin/mage.php +++ b/bin/mage.php @@ -5,6 +5,14 @@ # mage config svn svn://example.com/repo # mage task:deployment/rsync to:production +# mage releases list to:production +# mage releases rollback to:production +# mage releases rollback:-1 to:production +# mage releases rollback:-2 to:production +# mage releases rollback:-3 to:production +# mage releases rollback:0 to:production +# mage add environment production --width-releases + # mage init # mage add environment production # mage deploy to:production