ci command
zigmod ci
- This command takes no parameters and will do almost exactly the same thing as the
fetchcommand, except it will read version strings from yourzigmod.lockfile instead of from dependencies’zigmod.ymldefinitions. - Inspired by the
npm cicommand. - Enables Reproducible builds.
- Often used in Continuous Integration environments.