Write down some example of verbose usage option

This commit is contained in:
Kuba Turek 2014-11-11 20:40:58 +01:00
parent d63d105471
commit 9eb61d1d4b
4 changed files with 6 additions and 1 deletions

View file

@ -51,9 +51,11 @@ mage releases rollback --release=-3 to:production
# Rollback to a specific Release on the Production environment
# mage releases rollback --release=20120101172148 to:production
# Output logs by adding verbose option to ANY command
mage deploy to:production --verbose
### List of UPCOMING Commands ###
# mage config add host s05.example.com to:[production]
# mage config git git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
# mage config svn svn://example.com/repo
# mage task:deployment/rsync to:production
# mage task:deployment/rsync to:production

View file

@ -21,3 +21,4 @@ tasks:
- privileges
- sampleTask
- sampleTaskRollbackAware
verbose_logging: true

View file

@ -29,3 +29,4 @@ tasks:
# - sampleTask
post-deploy:
- sampleTask
verbose_logging: false

View file

@ -3,6 +3,7 @@ name: My fantastic App
email: andresmontanez@gmail.com
notifications: true
logging: true
verbose_logging: false
scm:
type: git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git