Appearance
Update and rebuild
Check without changing anything
sh
wago plugin outdatedThis reports newer releases without changing the manifest, lockfile, or runtime.
Update one plugin
sh
wago plugin update wago-org/wasiUpdate the selected scope:
sh
wago plugin updateReview the resulting wago.json and wago-lock.json diff before committing it. A version change can add native code or request new authority.
Rebuild from the lockfile
sh
wago plugin rebuildThis reproduces the selected plugin-enabled runtime from exact locked versions.
For a final prepared build:
sh
wago plugin rebuild --locked --offlineLocked mode refuses manifest or lockfile mutation. Offline mode uses only local modules and caches.
Preview mutations
sh
wago plugin update --dry-run --jsonUse a networked preparation step to resolve and review changes, then use locked and offline mode for the final build.
Remove a plugin
sh
wago rm wago-org/wasiThis is the short form of wago plugin remove.
