Skip to main content
The DevHelm CLI is distributed as an npm package. Install it globally to manage monitors, deploy configs, and interact with the API from your terminal.

Requirements

  • Node.js 18 or later
  • npm (included with Node.js)

Install

Verify the installation:

Pin a specific version

For reproducible CI builds, install an exact version (latest stable: 1.3.0):

Update

To check which version you’re running:

GitHub Actions

Use the official setup-devhelm action to install and configure the CLI in CI:
The action handles Node.js setup, npm caching, and environment variable configuration. See GitHub Actions integration for the full reference.

Uninstall

To also remove saved credentials:

Next steps

Authentication

Set up API tokens and saved contexts.

CLI Quickstart

Create your first monitor from the terminal.