Add loading submenus from config or Falyx object, more examples
This commit is contained in:
11
examples/process.yaml
Normal file
11
examples/process.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
commands:
|
||||
- key: P
|
||||
description: Pipeline Demo
|
||||
action: pipeline_demo.pipeline
|
||||
tags: [pipeline, demo]
|
||||
help_text: Run Demployment Pipeline with retries.
|
||||
|
||||
submenus:
|
||||
- key: C
|
||||
description: HTTP Test (Nested From Config)
|
||||
config: http.yaml
|
Reference in New Issue
Block a user