overwire doctor
Runs a quick health check on Overwire’s environment: Node version, container engine reachability, and the .overwire/ config tree. The output tells you exactly what live runs are missing.
overwire doctor [options] [command]Options
Section titled “Options”| Option | Description |
|---|---|
--config-root <dir> | Config tree to inspect (default .overwire). |
--bundle [file] | Write a redacted diagnostic bundle (JSON) for support requests. |
Subcommands
Section titled “Subcommands”doctor capabilities
Section titled “doctor capabilities”Reports which workflow features are available in the current environment, broken down by capability. Useful for understanding why a feature is degraded before starting a run.
overwire doctor capabilitiesDiagnostic bundles
Section titled “Diagnostic bundles”--bundle writes a support bundle that is redacted by design: a names-and-sizes inventory of the config tree, environment facts, and failed-step run summaries. Secret values and file contents are never included, and home directory paths are scrubbed. See Troubleshooting.
Examples
Section titled “Examples”overwire doctoroverwire doctor --bundle support-bundle.jsonOverwire is not affiliated with, endorsed by, or sponsored by GitHub, Inc., Microsoft Corporation, or Docker, Inc. GitHub and GitHub Actions are trademarks of GitHub, Inc.