mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Write down some example of verbose usage option
This commit is contained in:
		
							parent
							
								
									d63d105471
								
							
						
					
					
						commit
						9eb61d1d4b
					
				@ -51,6 +51,8 @@ mage releases rollback --release=-3 to:production
 | 
				
			|||||||
# Rollback to a specific Release on the Production environment
 | 
					# Rollback to a specific Release on the Production environment
 | 
				
			||||||
# mage releases rollback --release=20120101172148 to:production
 | 
					# 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 ###
 | 
					### List of UPCOMING Commands ###
 | 
				
			||||||
# mage config add host s05.example.com to:[production]
 | 
					# mage config add host s05.example.com to:[production]
 | 
				
			||||||
 | 
				
			|||||||
@ -21,3 +21,4 @@ tasks:
 | 
				
			|||||||
    - privileges
 | 
					    - privileges
 | 
				
			||||||
    - sampleTask
 | 
					    - sampleTask
 | 
				
			||||||
    - sampleTaskRollbackAware
 | 
					    - sampleTaskRollbackAware
 | 
				
			||||||
 | 
					verbose_logging: true
 | 
				
			||||||
 | 
				
			|||||||
@ -29,3 +29,4 @@ tasks:
 | 
				
			|||||||
#    - sampleTask
 | 
					#    - sampleTask
 | 
				
			||||||
  post-deploy:
 | 
					  post-deploy:
 | 
				
			||||||
    - sampleTask
 | 
					    - sampleTask
 | 
				
			||||||
 | 
					verbose_logging: false
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,7 @@ name: My fantastic App
 | 
				
			|||||||
email: andresmontanez@gmail.com
 | 
					email: andresmontanez@gmail.com
 | 
				
			||||||
notifications: true
 | 
					notifications: true
 | 
				
			||||||
logging: true
 | 
					logging: true
 | 
				
			||||||
 | 
					verbose_logging: false
 | 
				
			||||||
scm:
 | 
					scm:
 | 
				
			||||||
  type: git
 | 
					  type: git
 | 
				
			||||||
  url:  git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
 | 
					  url:  git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user