Skip to main content
The DevHelm CLI runs anywhere Node.js is available. Use it in any CI/CD system that can install npm packages and set environment variables.

Requirements

  • Node.js 18+ installed on the CI runner
  • DEVHELM_API_TOKEN environment variable set with a valid API token
  • A devhelm.yml configuration file in your repository

Install the CLI

To pin a specific version:

Deploy workflow

The standard workflow is: validate → plan → deploy.
The --yes flag skips interactive confirmation — required in CI environments.

GitLab CI

Jenkins

CircleCI

Bitbucket Pipelines

Dry-run for PR checks

Use --dry-run --detailed-exitcode to gate merges:

Environment variables

Next steps

GitHub Actions

Use the official setup-devhelm action for GitHub.

CI/CD pipeline guide

End-to-end CI/CD setup with plan previews.

Monitoring as Code

Full YAML format and deploy workflow.