Skip to content

docs(endpoint-commands): fix reg_list event name and parameter syntax#216

Open
ecapuano wants to merge 1 commit into
refractionPOINT:masterfrom
ecapuano:docs/fix-endpoint-command-references
Open

docs(endpoint-commands): fix reg_list event name and parameter syntax#216
ecapuano wants to merge 1 commit into
refractionPOINT:masterfrom
ecapuano:docs/fix-endpoint-command-references

Conversation

@ecapuano
Copy link
Copy Markdown

@ecapuano ecapuano commented May 4, 2026

Summary

Fixes the reg_list entry in docs/8-reference/endpoint-commands.md. As written, the documented invocation does not work in production.

  • Response event was REG_LIST_REP — actual event is REGISTRY_LIST_REP (matches docs/8-reference/edr-events.md and docs/8-reference/faq/privacy.md).
  • Parameter syntax was documented as --reg_path "<path>". Confirmed in production: passing --reg_path causes the command to fail; the path must be passed as a positional argument. Replaced the example with three confirmed-working invocations using short hive prefixes (hklm).
  • Added reg_list to the platform-support table at the top of the file (it was missing).

Test plan

  • reg_list <path> examples copy/paste cleanly and match the form confirmed working in production
  • REGISTRY_LIST_REP exists as a heading in docs/8-reference/edr-events.md
  • Top-of-file platform-support table includes reg_list with a working anchor link

@ecapuano ecapuano force-pushed the docs/fix-endpoint-command-references branch from a9faa5c to bc14b33 Compare May 4, 2026 23:40
@ecapuano ecapuano changed the title docs(endpoint-commands): fix reg_list syntax and stale event names docs(endpoint-commands): fix reg_list event name and parameter syntax May 4, 2026
- Response event is REGISTRY_LIST_REP, not REG_LIST_REP (matches
  docs/8-reference/edr-events.md and faq/privacy.md).
- The registry path is a positional argument. Confirmed in production:
  passing --reg_path causes the command to fail. Replace the example
  with confirmed-working invocations using short hive prefixes (hklm).
- Add reg_list to the platform-support table at the top of the file
  (it was missing).
@ecapuano ecapuano force-pushed the docs/fix-endpoint-command-references branch from bc14b33 to e891087 Compare May 4, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant