Skip to content

docs: replace invalid 'hermes config get <key>' with 'hermes config show' - #30443

Closed
Morad37 wants to merge 1 commit into
NousResearch:mainfrom
Morad37:docs/fix-config-get-command-30195
Closed

docs: replace invalid 'hermes config get <key>' with 'hermes config show'#30443
Morad37 wants to merge 1 commit into
NousResearch:mainfrom
Morad37:docs/fix-config-get-command-30195

Conversation

@Morad37

@Morad37 Morad37 commented May 22, 2026

Copy link
Copy Markdown
Contributor

What

hermes config get <key> is referenced in three doc files but does not exist as a valid CLI subcommand (only show/edit/set/path/env-path/check/migrate are valid). Fixes:

  • website/docs/guides/work-with-skills.md:165 - View all skill config: replaced with hermes config show
  • website/docs/guides/migrate-from-openclaw.md:228 - Session policy check: replaced with hermes config show + look for the key
  • website/docs/user-guide/configuring-models.md:195 - Inspect model config: replaced with hermes config show + look for the key

Why

Surfaced in user error logs -- 27 hits in one week of unrecognized arguments from users following the docs verbatim.

Closes #30195

…how'

Three doc files referenced `hermes config get <key>` which does not exist
(only config show/edit/set/path/env-path/check/migrate are valid).

Fixes have been applied to:
- website/docs/guides/work-with-skills.md  (view all skill config)
- website/docs/guides/migrate-from-openclaw.md  (session policy check)
- website/docs/user-guide/configuring-models.md  (inspect model config)

Closes NousResearch#30195
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard labels May 22, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Competing fix — #30293 and #30349 are already open for the same issue (#30195), touching the same 3 doc files with the same changes.

@Morad37

Morad37 commented May 22, 2026

Copy link
Copy Markdown
Contributor Author

Agreed, this competes with #30293 and #30349 which were submitted earlier for the same issue. Closing mine to reduce duplicate effort. Will look for a different issue to pick up.

@Morad37 Morad37 closed this May 22, 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