devhelmhq/Setup DevHelm CLI
Install and configure the DevHelm CLI for monitoring-as-code workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| devhelm-version | CLI version to install — exact semver (e.g. "0.1.4") or "latest" | no | latest |
| api-token | DevHelm API token (recommended: pass via secrets.DEVHELM_API_TOKEN) | no | — |
| api-url | DevHelm API base URL (default: https://api.devhelm.io) | no | — |
| org-id | Organization ID for multi-org accounts | no | — |
| workspace-id | Workspace ID for multi-workspace accounts | no | — |
| verify-connection | Run "devhelm auth me" after setup to verify credentials work | no | false |
| node-version | Node.js version to install IF none is detected on PATH (or if detected version is <18). Existing Node >=18 is preserved. Set to empty string to skip auto-setup entirely. Default: 20. | no | 20 |
Outputs
| name | description |
|---|---|
| devhelm-version | Installed CLI version (semver only, e.g. "0.1.4") |
| cache-hit | Whether the npm cache was restored |