33 lines
		
	
	
		
			707 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			707 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| commands:
 | |
|   - key: P
 | |
|     description: Pipeline Demo
 | |
|     action: pipeline_demo.pipeline
 | |
|     tags: [pipeline, demo]
 | |
|     help_text: Run Deployment Pipeline with retries.
 | |
| 
 | |
|   - key: G
 | |
|     description: Run HTTP Action Group
 | |
|     action: http_demo.action_group
 | |
|     tags: [http, demo]
 | |
|     confirm: true
 | |
| 
 | |
|   - key: S
 | |
|     description: Select a file
 | |
|     action: file_select.sf
 | |
|     tags: [file, select, demo]
 | |
| 
 | |
|   - key: M
 | |
|     description: Menu Demo
 | |
|     action: menu_demo.menu
 | |
|     tags: [menu, demo]
 | |
|     help_text: Run a menu demo with multiple options.
 | |
| 
 | |
| submenus:
 | |
|   - key: C
 | |
|     description: Process Menu (From Config)
 | |
|     config: process.yaml
 | |
| 
 | |
|   - key: U
 | |
|     description: Submenu From Python
 | |
|     submenu: submenu.submenu
 |