Supported versions
Learn how to keep your CLI version up to date
Please be aware that older npx
versions were affected by a
bug where npx
did not always fetch
the latest matching version of a package. To mitigate, run npx clear-npx-cache
to clear all cached packages before invoking Momentic.
Momentic follows semantic versioning. We typically release multiple patches every week, minor updates around once a week, and major version changes only as needed.
If you intend to stay on the bleeding edge of features and fixes, use the momentic@latest
syntax when invoking the CLI.
However, for most use cases involving CI/CD workflows, we recommend pinning to a specific version of the CLI to ensure consistent behavior and bumping the version only through pull requests.
Developers using older CLI versions may notice performance degradations. If you are transferring data to or from Momentic Cloud, you must be on the latest CLI version to avoid schema compatibility issues.
Only the latest major version (1.x.x
) is officially supported by Momentic with ongoing security patches and bug fixes.