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

WASM auth plugin management

This command manages Extism (WASM) auth plugins that extend osc with additional authentication methods beyond the ones compiled in. See osc plugin install --help for how to add one.

Usage: osc plugin <COMMAND>

Available subcommands:

  • osc plugin install — Install a wasm auth plugin, from the registry by name or from a local .wasm file
  • osc plugin list — List installed wasm auth plugins
  • osc plugin info — Show every installed version of a wasm auth plugin, read from the lockfile
  • osc plugin remove — Remove an installed wasm auth plugin
  • osc plugin verify — Re-check installed wasm auth plugin file(s) against the SHA-256 recorded in the lockfile at install time
  • osc plugin search — Search the plugin registry index for plugins whose name or description matches query, or list every published plugin when query is omitted
  • osc plugin update — Update installed, non-pinned wasm auth plugin(s) to the latest version available in the registry index