Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

osc plugin update

Update installed, non-pinned wasm auth plugin(s) to the latest version available in the registry index.

Provenance is re-verified fresh for every plugin considered, never reused from a previous install — the same GitHub attestation check osc plugin install performs. A plugin installed with an explicit @version is “pinned” and is skipped by --all (and refused by name) unless reinstalled explicitly via osc plugin install <name>@<version>.

Usage: osc plugin update [OPTIONS] [NAME]

Arguments:

  • <NAME> — Plugin name to update. Omit and pass --all to update every installed, non-pinned plugin instead

Options:

  • --all — Update every installed, non-pinned plugin
  • --registry-url <REGISTRY_URL> — Registry index URL to resolve against. The pinned default is never silently overridden by anything but this explicit flag
  • -y, --yes — Proceed without an interactive confirmation prompt for each update
  • --allow-unsigned — Allow updating to a version whose provenance could not be verified. Loudly logged. A plugin whose new version fails verification is skipped when this is not given