Skip to content

docs: replace invalid config get examples - #30349

Closed
cosmopolitan033 wants to merge 1 commit into
NousResearch:mainfrom
cosmopolitan033:docs/replace-config-get-30195
Closed

docs: replace invalid config get examples#30349
cosmopolitan033 wants to merge 1 commit into
NousResearch:mainfrom
cosmopolitan033:docs/replace-config-get-30195

Conversation

@cosmopolitan033

Copy link
Copy Markdown

Problem

Three docs pages referenced hermes config get <key>, but hermes config does not provide a get subcommand. Following those snippets leads to an argparse error.

Solution

Replace the invalid per-key examples with hermes config show, and adjust the surrounding prose to tell readers which section/key to inspect in the resolved config.

Validation

$ rg "hermes config get" website/docs
# no matches

$ $HOME/.hermes/hermes-agent/venv/bin/python -m hermes_cli.main config show --help
usage: hermes config show [-h]

Confidence

Score: 88/100
Category: docs

Closes #30195

@alt-glitch alt-glitch added type/docs Documentation improvements comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have labels May 22, 2026
@cosmopolitan033 cosmopolitan033 closed this by deleting the head repository May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: hermes config get <key> referenced in 3 guides is not a valid command

2 participants