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