kapi plugin install
kapi install <name[@version]>Installer en plugin fra et register. Pluginen lastes ned, verifiseres (SHA-256 + cosign-signatur) og pakkes ut i $XDG_DATA_HOME/kapi/plugins/<name>/.
Eksempler: kapi plugin install bowrain kapi plugin install bowrain@^1.0 kapi plugin install bowrain --channel beta
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
| Flag | Type | Default | Description |
|---|---|---|---|
| --channel | string | stable | registry channel (e.g. stable, beta) |
| --index | string | registry index URL (default: $KAPI_REGISTRY_URL or builtin) | |
| --unsafe | bool | false | skip SHA-256 and signature verification (install an unsigned/unverified plugin) |
← Back to the Command Reference