Skip to content

Commit 6fbbd00

Browse files
committed
Update script/README
1 parent 9000100 commit 6fbbd00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| [`script/test`](#scripttest) | Run the project's test suite |
1212
| [`script/build`](#scriptbuild) | Build the project's product(s) |
1313
| [`script/ci`](#scriptci) | Continuous integration script |
14+
| [`script/ci-bootstrap`](#scriptcibootstrap) | CI bootstrap script |
1415
| [`script/server`](#scriptserver) | Control project servers and services |
1516
| [`script/console`](#scriptconsole) | Access the project's console |
1617

@@ -49,6 +50,10 @@ This script implements `--lint` and `--test` command line options to enable you
4950

5051
[`script/ci`][ci] Continuous integration script.
5152

53+
### script/ci-bootstrap
54+
55+
[`script/ci-bootstrap`][ci-bootstrap] Prepare the CI environment.
56+
5257
### script/console
5358

5459
[`script/console`][console] Open a console for the project.
@@ -66,4 +71,5 @@ The GitHub Engineering Team: [Scripts to Rule Them All](https://githubengineerin
6671
[test]: test
6772
[build]: build
6873
[ci]: ci
74+
[ci-bootstrap]: ci-bootstrap
6975
[console]: console

0 commit comments

Comments
 (0)