Back to Commands
Configurationhermes dump

hermes dump Command — Complete Reference & Examples

Complete reference for hermes dump: output a compact, safe setup summary for support or debugging, optionally showing redacted API key prefixes.

July 27, 2026

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-keys only when you need to verify which keys are loaded, but still share cautiously.
  • Pair with hermes doctor to get both diagnosis and context.

See also

hermes doctor, hermes debug, hermes version.

Explore All Commands

Browse the full command reference with search and category filters.

Back to Commands