Reference
CLI commands
This page is generated from the same usage text returned by the CLI help surface.
CLI help source
debugbundle analyze [--type <improvement|failure|performance>] [--local] [--json]
debugbundle doctor [--check-relay] [--json]
debugbundle setup [--non-interactive] [--json]
debugbundle connect [--auth-file <path>] [--json]| Command | Usage |
|---|---|
analyze | debugbundle analyze [--type <improvement|failure|performance>] [--local] [--json] |
doctor | debugbundle doctor [--check-relay] [--json] |
setup | debugbundle setup [--non-interactive] [--json] |
connect | debugbundle connect [--auth-file <path>] [--json] |
ingest | debugbundle ingest <file> --format <debugbundle-ndjson|php-error|apache-error> [--json] |
watch | debugbundle watch [--cloud] --log <file> --format <debugbundle-ndjson|php-error|apache-error> [--json] |
process | debugbundle process [--json] |
clean | debugbundle clean [--events] [--bundles] [--all] [--older-than <Nd>] [--json] |
validate | debugbundle validate [--fix] [--json] |
verify local | debugbundle verify local [--json] |
verify cloud | debugbundle verify cloud --project-id <id> [--service <name>] [--environment <name>] [--max-age-minutes <n>] [--auth-file <path>] [--json] |
smoke | debugbundle smoke --project-id <id> [--service <name>] [--environment <name>] [--max-age-minutes <n>] [--auth-file <path>] [--json] |
login | debugbundle login <member-token> [--base-url <url>] [--auth-file <path>] [--json] |
profile validate | debugbundle profile validate [--json] |
whoami | debugbundle whoami [--auth-file <path>] [--json] |
incidents | debugbundle incidents [--source <local|cloud>] [--project-id <id>] [--environment <name>] [--service <name>] [--status <status>] [--severity <severity>] [--cursor <cursor>] [--limit <n>] [--auth-file <path>] [--json] |
inspect | debugbundle inspect <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json] |
resolve | debugbundle resolve <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json] |
reopen | debugbundle reopen <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json] |
bundle | debugbundle bundle <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json] |
reproduce | debugbundle reproduce <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json] |
logs | debugbundle logs <incident-id> [--level <level>] [--cursor <cursor>] [--limit <n>] [--auth-file <path>] [--json] |
services | debugbundle services --project-id <id> [--limit <n>] [--auth-file <path>] [--json] |
billing get | debugbundle billing get [--auth-file <path>] [--json] |
billing capacity increase | debugbundle billing capacity increase --target-additional-capacity-units <n> [--auth-file <path>] [--json] |
billing capacity schedule-reduction | debugbundle billing capacity schedule-reduction --target-additional-capacity-units <n> [--auth-file <path>] [--json] |
billing capacity cancel-reduction | debugbundle billing capacity cancel-reduction [--auth-file <path>] [--json] |
github status | debugbundle github status [--project-id <id>] [--auth-file <path>] [--json] |
github repos | debugbundle github repos [--auth-file <path>] [--json] |
github repo set | debugbundle github repo set <owner/repo> --project-id <id> [--auth-file <path>] [--json] |
github repo remove | debugbundle github repo remove --project-id <id> [--auth-file <path>] [--json] |
github rules | debugbundle github rules --project-id <id> [--auth-file <path>] [--json] |
github rules create | debugbundle github rules create --project-id <id> --name <name> --event <event[,event]> [--environment <env[,env]>] [--service <svc[,svc]>] --severity-min <level> --bundle-type <type> [--incident-status <status>] [--cooldown <seconds>] [--enabled <true|false>] [--auth-file <path>] [--json] |
github rules update | debugbundle github rules update <rule-id> --project-id <id> [--name <name>] [--event <event[,event]>] [--environment <env[,env]>] [--service <svc[,svc]>] [--severity-min <level>] [--bundle-type <type>] [--incident-status <status>] [--cooldown <seconds>] [--enabled <true|false>] [--auth-file <path>] [--json] |
github rules delete | debugbundle github rules delete <rule-id> --project-id <id> [--auth-file <path>] [--json] |
github deliveries | debugbundle github deliveries --project-id <id> [--status <status>] [--limit <n>] [--auth-file <path>] [--json] |
github deliveries retry | debugbundle github deliveries retry <delivery-id> --project-id <id> [--auth-file <path>] [--json] |
project list | debugbundle project list [--limit <n>] [--auth-file <path>] [--json] |
project create | debugbundle project create --name <name> --slug <slug> [--environment-default <env>] [--auth-file <path>] [--json] |
project update | debugbundle project update <project-id> [--name <name>] [--slug <slug>] [--environment-default <env>] [--auth-file <path>] [--json] |
project delete | debugbundle project delete <project-id> [--auth-file <path>] [--json] |
token project list | debugbundle token project list <project-id> [--limit <n>] [--auth-file <path>] [--json] |
token project create | debugbundle token project create <project-id> --label <label> [--auth-file <path>] [--json] |
token project revoke | debugbundle token project revoke <project-id> <token-id> [--auth-file <path>] [--json] |
token member list | debugbundle token member list [--limit <n>] [--auth-file <path>] [--json] |
token member create | debugbundle token member create --label <label> [--auth-file <path>] [--json] |
token member revoke | debugbundle token member revoke <token-id> [--auth-file <path>] [--json] |
alert list | debugbundle alert list --project-id <id> [--limit <n>] [--auth-file <path>] [--json] |
alert create | debugbundle alert create --project-id <id> --channel <channel> --condition <condition> [--service-id <id>] [--severity-min <level>] [--config-json <json>] [--is-enabled <true|false>] [--auth-file <path>] [--json] |
alert update | debugbundle alert update <alert-id> [--service-id <id|null>] [--channel <channel>] [--condition <condition>] [--severity-min <level|null>] [--config-json <json|null>] [--is-enabled <true|false>] [--auth-file <path>] [--json] |
alert delete | debugbundle alert delete <alert-id> [--auth-file <path>] [--json] |
webhook list | debugbundle webhook list --project-id <id> [--limit <n>] [--auth-file <path>] [--json] |
webhook create | debugbundle webhook create --project-id <id> --url <url> --event <event[,event]> [--environment <env[,env]>] [--service <svc[,svc]>] [--severity-min <level>] [--bundle-type <type[,type]>] [--verification <true|false>] [--is-enabled <true|false>] [--auth-file <path>] [--json] |
webhook update | debugbundle webhook update <webhook-id> [--url <url>] [--event <event[,event]>] [--environment <env[,env]>] [--service <svc[,svc]>] [--severity-min <level>] [--bundle-type <type[,type]>] [--verification <true|false>] [--is-enabled <true|false>] [--auth-file <path>] [--json] |
webhook delete | debugbundle webhook delete <webhook-id> [--auth-file <path>] [--json] |
webhook test | debugbundle webhook test <webhook-id> [--event <verification.passed|verification.failed>] [--auth-file <path>] [--json] |
webhook deliveries | debugbundle webhook deliveries <webhook-id> [--limit <n>] [--auth-file <path>] [--json] |
webhook retry | debugbundle webhook retry <webhook-id> <delivery-id> [--auth-file <path>] [--json] |
weekly-report list | debugbundle weekly-report list --project-id <id> [--limit <n>] [--auth-file <path>] [--json] |
weekly-report create | debugbundle weekly-report create --project-id <id> --channel <email|slack> --day-of-week <day> --hour-of-day <0-23> --timezone <iana> --config-json <json> [--is-enabled <true|false>] [--auth-file <path>] [--json] |
weekly-report update | debugbundle weekly-report update <channel-id> [--day-of-week <day>] [--hour-of-day <0-23>] [--timezone <iana>] [--config-json <json>] [--is-enabled <true|false>] [--auth-file <path>] [--json] |
weekly-report delete | debugbundle weekly-report delete <channel-id> [--auth-file <path>] [--json] |
capture-policy get | debugbundle capture-policy get --project <id> [--auth-file <path>] [--json] |
capture-policy set | debugbundle capture-policy set --project <id> [--preset <minimal|balanced|investigative>] [--override <key=value>] [--auth-file <path>] [--json] |
probe activate | debugbundle probe activate <project-id> --label-pattern <pattern> [--service <name>] [--environment <name>] [--ttl-seconds <n>] [--trigger-ttl-seconds <n>] [--auth-file <path>] [--json] |
probe list | debugbundle probe list <project-id> [--auth-file <path>] [--json] |
probe deactivate | debugbundle probe deactivate <project-id> <activation-id> [--auth-file <path>] [--json] |
member list | debugbundle member list [--auth-file <path>] [--json] |
member invites | debugbundle member invites [--auth-file <path>] [--json] |
member invite | debugbundle member invite --email <email> --role <owner|admin|member> [--auth-file <path>] [--json] |
member cancel-invite | debugbundle member cancel-invite <invite-id> [--auth-file <path>] [--json] |
member update-role | debugbundle member update-role <user-id> --role <owner|admin|member> [--auth-file <path>] [--json] |
member remove | debugbundle member remove <user-id> [--auth-file <path>] [--json] |