Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Packages are referenced by a handle of the form OWNER/NAME
.
Team packages include a prefix, TEAM:OWNER/NAME
.
A README.md
is recommended at the root of every package. README files support . READMEs are rendered to HTML on the .
Commands that take hashes support "short hashes", up to uniqueness. In practice, 6-8 characters is sufficient to achieve uniqueness.
A package instance is a package handle plus a hash. akarve/sales:fc7f0b
is an instance. Instances are immutable.
Hashes are automatically generated by Quilt for each package build.
Tags are human-readable strings associated with a package instance. Tags can be altered to point to different instances of the same package. The most recent build is automatically tagged "latest"
.
Versions are human-readable strings associated with a package instance. Unlike tags, versions can only ever point to a single package instance.