The CLI can upgrade itself in place by reinstalling the npm package.Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Automatic upgrades
Routine commands check the registry on a TTL and auto-upgrade in the background when a newdist-tags.latest is available. Disable it any of
these ways:
mulerun invocations block at a
process-wide lock — the rule is “no two mulerun commands while one is
upgrading.”
Registry overrides
By default the CLI upgrades from the same npm registry it was installed from. Override with:Tips
mulerun upgrade --checkis safe to call from cron — it does not install anything.- Distributions whose upgrade policy is “forbidden” (sandbox, dev) cannot self-upgrade at all; the env-var knobs above have no effect on those builds.