Commands
The status-data surface spans two command groups:Service catalog
| Command | Description |
|---|---|
devhelm data services status <slug> | Check current status of a catalog service |
devhelm data services uptime <slug> | View uptime history for a service |
Dependencies
| Command | Description |
|---|---|
devhelm dependencies list | List 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.data services uptime
View uptime history for a catalog service.| Flag | Type | Default | Description |
|---|---|---|---|
--period | string | 30d | Time period: 7d, 30d, 90d |
--granularity | string | — | Data granularity: hourly, daily |
dependencies list
List all services you’re tracking as dependencies.dependencies get
dependencies track
Add a service from the catalog as a dependency. Once tracked, DevHelm monitors its status and routes incidents through your notification policies.dependencies delete
Stop tracking a service.Next steps
Status Data overview
Understanding the service catalog and dependency tracking.
Tracking dependencies guide
Step-by-step guide for adding third-party dependencies.