Skip to main content

Module query

Module query 

Source
Expand description

Daemon query command implementation

CLI command: tldr daemon query CMD [--project PATH] [--json PARAMS]

This module provides raw query passthrough to the daemon for:

  • Low-level debugging
  • Custom commands
  • Direct access to daemon functionality

§Security Mitigations

  • TIGER-P3-03: Message size limits enforced by IPC layer
  • TIGER-P3-05: Rate limiting handled in daemon (client just sends)

Structs§

DaemonQueryArgs
Arguments for the daemon query command.
DaemonQueryErrorOutput
Output structure for query errors.

Functions§

cmd_query
Send a typed DaemonCommand (async version).