Skip to main content
Confirm which build of mo you are running and whether a newer one is available.

Output

The first line is always the installed version:
The CLI then asks the Momentic server for the latest published version. npm-installed copies check the qa package on npm instead. If the version differs from yours, a warning follows:
The check times out after five seconds and fails silently, so mo version works offline and always exits 0.

Options

string
Momentic server to query for the latest version. Defaults to MOMENTIC_SERVER, then the server saved by mo login, then https://api.momentic.ai.

Update

Run mo upgrade to install the latest release in place. Re-running the installer also works:
If you installed with npm, the warning says to run npm install -g qa@latest instead. For project dependencies, update qa with your project’s package manager.

Notes

  • mo --version prints the version number only, with no update check.
  • The check is informational. mo version does not install anything.