kapi plugin update
kapi update <name>Update an installed plugin in place using the channel and constraint recorded at install time. Pass --channel or --constraint to switch tracks during update; --index points the update at a different registry index URL.
Examples: kapi plugin update bowrain kapi plugin update bowrain --channel beta kapi plugin update bowrain --constraint ^2.0
Watch it
plugin update 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 | registry channel (default: channel from installed.json) | |
| --constraint | string | version constraint (default: constraint from installed.json) | |
| --index | string | registry index URL (default: index_url from installed.json) | |
| --unsafe | bool | false | skip SHA-256 and signature verification (install an unsigned/unverified plugin) |
← Back to the Command Reference