Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 465 Bytes

ci.md

File metadata and controls

9 lines (8 loc) · 465 Bytes

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.