sonarrradarrplexorganizrnginxdashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboard
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							665 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							665 B
						
					
					
				
								Usage:
							 | 
						|
								  list [options] [--] [<namespace>]
							 | 
						|
								
							 | 
						|
								Arguments:
							 | 
						|
								  namespace            The namespace name
							 | 
						|
								
							 | 
						|
								Options:
							 | 
						|
								      --raw            To output raw command list
							 | 
						|
								      --format=FORMAT  The output format (txt, xml, json, or md) [default: "txt"]
							 | 
						|
								
							 | 
						|
								Help:
							 | 
						|
								  The list command lists all commands:
							 | 
						|
								  
							 | 
						|
								    php app/console list
							 | 
						|
								  
							 | 
						|
								  You can also display the commands for a specific namespace:
							 | 
						|
								  
							 | 
						|
								    php app/console list test
							 | 
						|
								  
							 | 
						|
								  You can also output the information in other formats by using the --format option:
							 | 
						|
								  
							 | 
						|
								    php app/console list --format=xml
							 | 
						|
								  
							 | 
						|
								  It's also possible to get raw list of commands (useful for embedding command runner):
							 | 
						|
								  
							 | 
						|
								    php app/console list --raw
							 | 
						|
								
							 |