mo release and replace the binary you are
running.
Behavior
- Reads the latest version from the release manifest.
- Downloads the binary for your OS, CPU, and libc (the same selection the installer makes).
- Verifies the download against its published SHA-256 checksum.
- Renames the verified file over the current executable.
0.
Arguments
string
Install this exact version instead of the latest release, for example
mo upgrade 1.4.2. Downgrades are allowed.Upgrade prompt
When a newer release exists, interactive commands show an update notice and ask:--json, on mo upgrade, mo version, mo skills, or mo licenses, or when
NO_UPDATE_NOTIFIER or MOMENTIC_SKIP_UPGRADE_PROMPT is set. After it is shown
once, it stays quiet for that version for 24 hours.
Notes
- The command needs write access to the directory that holds
mo(~/.local/binby default). If the install directory is not writable, re-run the installer instead:curl -fsSL https://cli.momentic.ai/mo | sh. mo upgradeonly works on a released binary. A source checkout run throughbunreports that it cannot self-update.