Skip to Content
CLIInstallation

Installation

Run without installing

The fastest way to try the CLI — no global install needed:

npx openmodels-cli

Install globally

For regular use, install globally via npm:

npm install -g openmodels-cli

After installation, the openmodels command is available system-wide:

openmodels --version

Requirements

RequirementMinimum
Node.js≥ 22.0.0

The CLI checks your Node.js version on startup and exits with a clear error if the requirement isn’t met.

Verify Installation

# Check version openmodels --version # Show help openmodels --help

Update

npm update -g openmodels-cli

Uninstall

npm uninstall -g openmodels-cli

npm

The package is published at npmjs.com/package/openmodels-cli .

Last updated on