ci
The moon ci
command is a special command that should be ran in a continuous integration (CI)
environment, as it does all the heavy lifting necessary for effectively running tasks.
$ moon ci
View the official continuous integration guide for a more in-depth example of how to utilize this command.
Options
--base <rev>
- Base branch, commit, or revision to compare against. Defaults tovcs.defaultBranch
.--head <rev>
- Current branch, commit, or revision to compare with. Defaults toHEAD
.--job <index>
- Index of the current job.--jobTotal <total>
Total amount of jobs to run.