Appearance
Updates and automation
Update a rolling channel
sh
wago version update canary
wago version update nightlyUse --no-use to refresh without switching and --force to reinstall a matching commit after a damaged cache or interrupted installation.
Update selected components
sh
wago update
wago update --manager
wago update --runtime
wago update --plugins
wago update --allPreview coordinated changes:
sh
wago update --all --dry-run --jsonPin CI
sh
wago version install --version v0.1.0 \
--profile standard \
--build normal \
--use \
--no-input
wago version current
wago status --jsonA channel name is not a pin. Use an exact stable release or commit when a build must remain repeatable.
Shared automation flags
--no-inputnever prompts.--dry-runshows a supported mutation plan.--jsonemits machine-readable output where supported.--lockedrefuses manifest or lockfile changes.--offlineuses installed and cached resources only.
Remove old data
sh
wago version uninstall v0.0.9 v0.0.10
wago cache size
wago cache pruneUse wago cache clean for intentional regeneration and wago cache dir to inspect the location first.
