mirror of https://github.com/k3s-io/k3s
14 lines
337 B
YAML
14 lines
337 B
YAML
name: "tree"
|
|
shortDesc: "Plugin with a tree of commands"
|
|
tree:
|
|
- name: "child1"
|
|
shortDesc: "The first child of a tree"
|
|
command: echo child one
|
|
- name: "child2"
|
|
shortDesc: "The second child of a tree"
|
|
command: echo child two
|
|
- name: "child3"
|
|
shortDesc: "The third child of a tree"
|
|
command: echo child three
|
|
|