| ... | @@ -5,3 +5,5 @@ zigmod ci | ... | @@ -5,3 +5,5 @@ zigmod ci |
| 5 | | 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' `zig.mod` definitions. | 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' `zig.mod` definitions. |
| 7 | - Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command. | 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. |