Nomad
nomad-pack registry update command reference
Use the nomad-pack registry update command to update a previously added registry or a specific pack from a registry.
The command uses the source URL from the cached registry metadata, so you only need the registry name.
Usage
nomad-pack registry update <name> [options]
Options
-target=<string>: A specific pack within the registry to update.-ref=<string>: Specific Git reference of the registry or pack to update. Supports tags, SHA, refs with slashes (for example,pack-name/v0.4.2), andlatest. If you do not specify a reference, the command defaults to@latest. Running the command multiple times for the same ref is idempotent.
Examples
Update a previously added registry to the latest ref.
nomad-pack registry update community
Update a specific pack from a previously added registry.
nomad-pack registry update community --target=nomad_example
Update a previously added registry at a specific tag, release, or SHA.
nomad-pack registry update community --ref=v0.1.0