-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcbf.json
31 lines (31 loc) · 879 Bytes
/
cbf.json
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
{
"example": {
"message": "Run alias, deploy, directories, input, project or setup script",
"options": {
"alias": {
"message": "Running the alias `cbf` example...",
"command": "cbf -r alias.yml"
},
"deploy": {
"message": "Running the deploy `cbf` example...",
"command": "cbf -r deploy.yml"
},
"directories": {
"message": "Running the directories `cbf` example...",
"command": "cbf -r directories.yml"
},
"input": {
"message": "Running the input `cbf` example...",
"command": "cbf -r input.yml"
},
"project": {
"message": "Running the project `cbf` example...",
"command": "cbf -r project.yml"
},
"setup": {
"message": "Running the setup `cbf` example...",
"command": "cbf -r setup.yml"
}
}
}
}