-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.yaml
34 lines (34 loc) · 977 Bytes
/
demo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- name: A. First Passing command
description:
checkpoints:
- name: echo
command: echo
documentation:
- name: B. Second Passing command
description:
checkpoints:
- name: echo
command: echo
documentation:
- name: C. Third Passing command
description:
checkpoints:
- name: echo
command: echo
documentation:
- name: D. Optional Command
description: "This does nothing, this is just for the demo :D"
optional: true
checkpoints:
- name: first option
command: this is failing
documentation: Failing, but optional so this is not that important
- name: second option
command: this is failing
documentation: You need one of the checkpoints though
- name: E. Failing Command
description: This will fail, you should do something about it
checkpoints:
- name: fail
command: this is failing
documentation: "Maybe you should check it out: https://some.url/to/command"