Skip to main content
Interact with Status Data from the command line. Browse third-party services from the catalog, check their status, view uptime history, and manage your tracked dependencies.

Commands

The status-data surface spans two command groups:

Service catalog

CommandDescription
devhelm data services status <slug>Check current status of a catalog service
devhelm data services uptime <slug>View uptime history for a service

Dependencies

CommandDescription
devhelm dependencies listList your tracked dependencies
devhelm dependencies get <id>Get dependency details
devhelm dependencies track <slug>Add a service as a dependency
devhelm dependencies delete <id>Remove a dependency

data services status

Check the current status of a service in the catalog.
devhelm data services status github
devhelm data services status aws-ec2 -o json

data services uptime

View uptime history for a catalog service.
devhelm data services uptime aws-ec2
FlagTypeDefaultDescription
--periodstring30dTime period: 7d, 30d, 90d
--granularitystringData granularity: hourly, daily
devhelm data services uptime aws-ec2 --period 90d --granularity daily

dependencies list

List all services you’re tracking as dependencies.
devhelm dependencies list

dependencies get

devhelm dependencies get 42 -o json

dependencies track

Add a service from the catalog as a dependency. Once tracked, DevHelm monitors its status and routes incidents through your notification policies.
devhelm dependencies track github
devhelm dependencies track aws-s3

dependencies delete

Stop tracking a service.
devhelm dependencies delete 42

Next steps

Status Data overview

Understanding the service catalog and dependency tracking.

Tracking dependencies guide

Step-by-step guide for adding third-party dependencies.