Skip to main content

kapi plugin install

kapi install <name[@version]>

Install a plugin from a registry. The plugin is downloaded, verified (SHA-256 + cosign signature), and unpacked into $XDG_DATA_HOME/kapi/plugins/<name>/.

Examples: kapi plugin install bowrain kapi plugin install bowrain@^1.0 kapi plugin install bowrain --channel beta

Commandplugin install
Watch it
plugin install needs network access, an API key, or local system access, so it can’t run in the browser playground.See the guides for a recorded run, or try it locally with the installed CLI.
Flags
FlagTypeDefaultDescription
--channelstringstableregistry channel (e.g. stable, beta)
--indexstringregistry index URL (default: $KAPI_REGISTRY_URL or builtin)
--unsafeboolfalseskip SHA-256 and signature verification (install an unsigned/unverified plugin)

← Back to the Command Reference