Registry stack documentation: machine-readable Markdown.
Index of all pages: https://docs.registrystack.org/dev/llms.txt
Full corpus: https://docs.registrystack.org/dev/llms-full.txt

# evidencectl doctor command reference

> Generated syntax and options for evidencectl doctor.

{/* Generated from Clap command definitions by scripts/generate-cli-reference.mjs. Run npm run generate. */}

Report every project artifact whose mode or owner the runtime refuses.

## Contract status

This page is generated from the public Clap command tree. Hidden implementation commands are omitted.

## Usage

```text
evidencectl doctor [OPTIONS] --project <PROJECT>
```

## Options

| Option | Always required | Default | Values | Environment | Description |
| --- | --- | --- | --- | --- | --- |
| `--project <PROJECT>` | Yes | n/a | n/a | n/a | Deployment project directory containing runtime.yaml and bundle/ |
| `--mint-config <PATH>` | No | n/a | n/a | n/a | Mechanically compare this Registry Mint configuration with Evidence Gateway authentication |
| `--json` | No | n/a | n/a | n/a | Emit one machine-readable JSON report on standard output |
| `-h, --help` | No | n/a | n/a | n/a | Print help |

## Generation contract

Run `npm run generate` from `docs/site` after changing a public command, argument, option, default, environment binding, or help description.