Skip to main content

Synopsis

The bundle update command lists the versions published for the modules referenced in a bundle and rewrites the module version and digest fields in the bundle CUE files according to the update policy declared on each field with a @timoni(update:...) attribute. The fields are rewritten in the files passed with -f and in the package files of the CUE module that they import: @timoni(update:semver:<constraint>) select the newest version matching the semver constraint @timoni(update:digest) keep the version and refresh the digest @timoni(update:none) exclude the module reference from updates References without an attribute follow the --level flag.

Examples

Options

Options inherited from parent commands

See also