11# Command Reference
22
3- Complete reference for all 56 command groups in Pup.
3+ Complete reference for all 58 command groups in Pup.
44
55## Command Pattern
66
@@ -23,7 +23,7 @@ pup <domain> <subgroup> <action> [options] # Nested commands
2323| auth | login, logout, status, refresh | src/commands/auth.rs | ✅ |
2424| metrics | query, list, get, search | src/commands/metrics.rs | ✅ |
2525| logs | search, list, aggregate | src/commands/logs.rs | ✅ |
26- | traces | - | - | ❌ |
26+ | traces | metrics (list, get, create, update, delete) | src/commands/traces.rs | ✅ |
2727| monitors | list, get, delete, search | src/commands/monitors.rs | ✅ |
2828| dashboards | list, get, delete, url | src/commands/dashboards.rs | ✅ |
2929| dbm | samples (search) | src/commands/dbm.rs | ✅ |
@@ -57,6 +57,8 @@ pup <domain> <subgroup> <action> [options] # Nested commands
5757| containers | list, images (list) | src/commands/containers.rs | ✅ |
5858| cost | projected, attribution, by-org, aws-config (list, get, create, delete), azure-config (list, get, create, delete), gcp-config (list, get, create, delete) | src/commands/cost.rs | ✅ |
5959| product-analytics | events send | src/commands/product_analytics.rs | ✅ |
60+ | datasets | list, get, create, update, delete | src/commands/datasets.rs | ✅ |
61+ | data-deletion | requests (list, create, cancel) | src/commands/data_deletion.rs | ✅ |
6062| data-governance | scanner-rules (list) | src/commands/data_governance.rs | ✅ |
6163| obs-pipelines | list, get, create, update, delete, validate | src/commands/obs_pipelines.rs | ✅ |
6264| llm-obs | projects (create, list), experiments (create, list, update, delete, summary, events (list, get), metric-values, dimension-values), datasets (create, list), spans (search) | src/commands/llm_obs.rs | ✅ |
@@ -72,12 +74,12 @@ pup <domain> <subgroup> <action> [options] # Nested commands
7274| fleet | agents (list, get, versions), deployments (list, get, configure, upgrade, cancel), schedules (list, get, create, update, delete, trigger) | src/commands/fleet.rs | ✅ |
7375| skills | list, install, path | src/commands/skills.rs | ✅ |
7476| runbooks | list, describe, run, import, validate | src/commands/runbooks.rs | ✅ |
75- | workflows | get, create, update, delete, run, instances (list, get, cancel) | src/commands/workflows.rs | ✅ |
77+ | workflows | get, create, update, delete, run, instances (list, get, cancel), connections (get, create, update, delete) | src/commands/workflows.rs | ✅ |
7678| investigations | list, get, trigger | src/commands/investigations.rs | ✅ |
7779| change-requests | create, get, update, create-branch, decisions (update, delete) | src/commands/change_management.rs | ✅ |
7880| app-builder | list, get, create, update, delete, delete-batch, publish, unpublish | src/commands/app_builder.rs | ✅ |
7981
80- ** Summary:** 56 working, 0 API-blocked, 0 placeholders
82+ ** Summary:** 58 working, 0 API-blocked, 0 placeholders
8183
8284** Note:** RUM command is fully operational. Apps and sessions work completely. Metrics and retention-filters support list/get operations (create/update/delete operations pending due to complex API type structures).
8385
@@ -131,7 +133,7 @@ pup infrastructure hosts list
131133- ** metrics** - Time-series metrics (query, list, get, search)
132134- ** logs** - Log search and analysis (search, list, aggregate)
133135- ** dbm** - Database Monitoring query samples (samples search)
134- - ** traces** - APM traces (not yet implemented - use ` apm ` commands instead )
136+ - ** traces** - APM spans metrics (list, get, create, update, delete )
135137- ** rum** - Real User Monitoring (apps, metrics, retention-filters, sessions)
136138- ** events** - Infrastructure events (list, search, get)
137139- ** ddsql** - DDSQL queries (table, csv, time-series)
@@ -177,7 +179,7 @@ pup infrastructure hosts list
177179- ** hamr** - High Availability Multi-Region connections
178180- ** fleet** - Fleet Automation (agents, deployments, schedules)
179181- ** runbooks** - Local runbook execution engine (list, describe, run, import, validate)
180- - ** workflows** - Workflow Automation (get, create, update, delete, run, instances)
182+ - ** workflows** - Workflow Automation (get, create, update, delete, run, instances, connections )
181183- ** investigations** - Bits AI SRE investigations (list, get, trigger)
182184- ** change-requests** - Change request management (create, get, update, create-branch, decisions)
183185
0 commit comments