| 1 | ## `ci` command |
| 2 | ``` |
| 3 | zigmod ci |
| 4 | ``` |
| 5 | |
| 6 | - This command takes no parameters and will do almost exactly the same thing as the [`fetch`](./fetch.md) command, except it will read version strings from your `zigmod.lock` file instead of from dependencies' `zigmod.yml` definitions. |
| 7 | - Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command. |
| 8 | - Enables [Reproducible builds](https://reproducible-builds.org/). |
| 9 | - Often used in Continuous Integration environments. |