| name | dochia-explain |
| description | > Use when this capability is needed. |
Overview
dochia explain provides detailed information about playbooks, mutators, response codes, and error reasons. This is
useful for understanding test results and debugging failures.
Basic Usage
dochia explain --type response_code 953
dochia explain --type playbook BypassAuthentication
dochia explain --type mutator RandomString
dochia explain --type error_reason "Error details leak"
Options
| Option | Description |
|---|
-t, --type | Type to explain: PLAYBOOK, MUTATOR, RESPONSE_CODE, ERROR_REASON (required) |
<info> | The name, code, or search term to explain (positional argument) |
Types
- PLAYBOOK — Search and describe test playbooks by name (partial match supported)
- MUTATOR — Search and describe mutators by name (partial match supported)
- RESPONSE_CODE — Explain Dochia's custom 9XX response codes and standard HTTP codes
- ERROR_REASON — Explain error reasons found in test reports (partial match supported)
Examples
dochia explain --type playbook json
dochia explain --type response_code 999
dochia explain --type error_reason leak
Documentation
Full reference: https://docs.dochia.dev/cli/explain
Source: dochia-dev/dochia-cli — distributed by TomeVault.