Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

Use this file to discover all available pages before exploring further.

Manage resource groups from the command line. Aggregate monitors and services into unified health views.

Commands

CommandDescription
devhelm resource-groups listList all resource groups
devhelm resource-groups get <id>Get resource group details
devhelm resource-groups createCreate a resource group
devhelm resource-groups update <id>Update a resource group
devhelm resource-groups delete <id>Delete a resource group

resource-groups list

devhelm resource-groups list

resource-groups get

devhelm resource-groups get 42 -o json

resource-groups create

devhelm resource-groups create \
  --name "Payment Service" \
  --description "All monitors related to the payment pipeline"
FlagTypeRequiredDescription
--namestringYesResource group display name
--descriptionstringHuman-readable description

resource-groups update

devhelm resource-groups update 42 --name "Payment Service (v2)"
FlagTypeDescription
--namestringNew resource group name
--descriptionstringNew description

resource-groups delete

devhelm resource-groups delete 42

Next steps

Resource group health guide

Build composite health dashboards.

Monitors

Add monitors to track within groups.