-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcbf.yml
More file actions
25 lines (25 loc) · 875 Bytes
/
cbf.yml
File metadata and controls
25 lines (25 loc) · 875 Bytes
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
---
# An example default `cbf` script. This would automatically run from any repo by just running `cbf` from the cli.
#
# This also shows that you can nest `cbf` scripts
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"