Overview
hermes dump prints a compact, copy-pasteable summary of your Hermes setup. It is intended for support requests and debugging: all API keys and secrets are redacted by default.
Usage
hermes dump [--show-keys]
Options
| Flag | Description |
|---|---|
--show-keys |
Show redacted API key prefixes (first and last 4 characters) instead of just set/not set. |
Examples
# Safe setup summary for a support issue
hermes dump
# Include redacted key prefixes for faster credential diagnosis
hermes dump --show-keys
# Combine with doctor for a full report
hermes doctor
hermes dump
Tips
- Default output hides all secrets; it is safe to paste into public chat or GitHub issues.
- Use
--show-keysonly when you need to verify which keys are loaded, but still share cautiously. - Pair with
hermes doctorto get both diagnosis and context.
See also
hermes doctor, hermes debug, hermes version.