DebugBundle

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]
CommandUsage
analyzedebugbundle analyze [--type <improvement|failure|performance>] [--local] [--json]
doctordebugbundle doctor [--check-relay] [--json]
setupdebugbundle setup [--non-interactive] [--json]
connectdebugbundle connect [--auth-file <path>] [--json]
ingestdebugbundle ingest <file> --format <debugbundle-ndjson|php-error|apache-error> [--json]
watchdebugbundle watch [--cloud] --log <file> --format <debugbundle-ndjson|php-error|apache-error> [--json]
processdebugbundle process [--json]
cleandebugbundle clean [--events] [--bundles] [--all] [--older-than <Nd>] [--json]
validatedebugbundle validate [--fix] [--json]
verify localdebugbundle verify local [--json]
verify clouddebugbundle verify cloud --project-id <id> [--service <name>] [--environment <name>] [--max-age-minutes <n>] [--auth-file <path>] [--json]
smokedebugbundle smoke --project-id <id> [--service <name>] [--environment <name>] [--max-age-minutes <n>] [--auth-file <path>] [--json]
logindebugbundle login <member-token> [--base-url <url>] [--auth-file <path>] [--json]
profile validatedebugbundle profile validate [--json]
whoamidebugbundle whoami [--auth-file <path>] [--json]
incidentsdebugbundle incidents [--source <local|cloud>] [--project-id <id>] [--environment <name>] [--service <name>] [--status <status>] [--severity <severity>] [--cursor <cursor>] [--limit <n>] [--auth-file <path>] [--json]
inspectdebugbundle inspect <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json]
resolvedebugbundle resolve <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json]
reopendebugbundle reopen <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json]
bundledebugbundle bundle <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json]
reproducedebugbundle reproduce <incident-id> [--source <local|cloud>] [--auth-file <path>] [--json]
logsdebugbundle logs <incident-id> [--level <level>] [--cursor <cursor>] [--limit <n>] [--auth-file <path>] [--json]
servicesdebugbundle services --project-id <id> [--limit <n>] [--auth-file <path>] [--json]
billing getdebugbundle billing get [--auth-file <path>] [--json]
billing capacity increasedebugbundle billing capacity increase --target-additional-capacity-units <n> [--auth-file <path>] [--json]
billing capacity schedule-reductiondebugbundle billing capacity schedule-reduction --target-additional-capacity-units <n> [--auth-file <path>] [--json]
billing capacity cancel-reductiondebugbundle billing capacity cancel-reduction [--auth-file <path>] [--json]
github statusdebugbundle github status [--project-id <id>] [--auth-file <path>] [--json]
github reposdebugbundle github repos [--auth-file <path>] [--json]
github repo setdebugbundle github repo set <owner/repo> --project-id <id> [--auth-file <path>] [--json]
github repo removedebugbundle github repo remove --project-id <id> [--auth-file <path>] [--json]
github rulesdebugbundle github rules --project-id <id> [--auth-file <path>] [--json]
github rules createdebugbundle 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 updatedebugbundle 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 deletedebugbundle github rules delete <rule-id> --project-id <id> [--auth-file <path>] [--json]
github deliveriesdebugbundle github deliveries --project-id <id> [--status <status>] [--limit <n>] [--auth-file <path>] [--json]
github deliveries retrydebugbundle github deliveries retry <delivery-id> --project-id <id> [--auth-file <path>] [--json]
project listdebugbundle project list [--limit <n>] [--auth-file <path>] [--json]
project createdebugbundle project create --name <name> --slug <slug> [--environment-default <env>] [--auth-file <path>] [--json]
project updatedebugbundle project update <project-id> [--name <name>] [--slug <slug>] [--environment-default <env>] [--auth-file <path>] [--json]
project deletedebugbundle project delete <project-id> [--auth-file <path>] [--json]
token project listdebugbundle token project list <project-id> [--limit <n>] [--auth-file <path>] [--json]
token project createdebugbundle token project create <project-id> --label <label> [--auth-file <path>] [--json]
token project revokedebugbundle token project revoke <project-id> <token-id> [--auth-file <path>] [--json]
token member listdebugbundle token member list [--limit <n>] [--auth-file <path>] [--json]
token member createdebugbundle token member create --label <label> [--auth-file <path>] [--json]
token member revokedebugbundle token member revoke <token-id> [--auth-file <path>] [--json]
alert listdebugbundle alert list --project-id <id> [--limit <n>] [--auth-file <path>] [--json]
alert createdebugbundle 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 updatedebugbundle 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 deletedebugbundle alert delete <alert-id> [--auth-file <path>] [--json]
webhook listdebugbundle webhook list --project-id <id> [--limit <n>] [--auth-file <path>] [--json]
webhook createdebugbundle 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 updatedebugbundle 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 deletedebugbundle webhook delete <webhook-id> [--auth-file <path>] [--json]
webhook testdebugbundle webhook test <webhook-id> [--event <verification.passed|verification.failed>] [--auth-file <path>] [--json]
webhook deliveriesdebugbundle webhook deliveries <webhook-id> [--limit <n>] [--auth-file <path>] [--json]
webhook retrydebugbundle webhook retry <webhook-id> <delivery-id> [--auth-file <path>] [--json]
weekly-report listdebugbundle weekly-report list --project-id <id> [--limit <n>] [--auth-file <path>] [--json]
weekly-report createdebugbundle 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 updatedebugbundle 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 deletedebugbundle weekly-report delete <channel-id> [--auth-file <path>] [--json]
capture-policy getdebugbundle capture-policy get --project <id> [--auth-file <path>] [--json]
capture-policy setdebugbundle capture-policy set --project <id> [--preset <minimal|balanced|investigative>] [--override <key=value>] [--auth-file <path>] [--json]
probe activatedebugbundle probe activate <project-id> --label-pattern <pattern> [--service <name>] [--environment <name>] [--ttl-seconds <n>] [--trigger-ttl-seconds <n>] [--auth-file <path>] [--json]
probe listdebugbundle probe list <project-id> [--auth-file <path>] [--json]
probe deactivatedebugbundle probe deactivate <project-id> <activation-id> [--auth-file <path>] [--json]
member listdebugbundle member list [--auth-file <path>] [--json]
member invitesdebugbundle member invites [--auth-file <path>] [--json]
member invitedebugbundle member invite --email <email> --role <owner|admin|member> [--auth-file <path>] [--json]
member cancel-invitedebugbundle member cancel-invite <invite-id> [--auth-file <path>] [--json]
member update-roledebugbundle member update-role <user-id> --role <owner|admin|member> [--auth-file <path>] [--json]
member removedebugbundle member remove <user-id> [--auth-file <path>] [--json]