ci.md

March 7, 2022 ยท View on GitHub

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 your zigmod.lock file instead of from dependencies' zigmod.yml definitions.
  • Inspired by the npm ci command.
  • Enables Reproducible builds.
  • Often used in Continuous Integration environments.