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§
- Daemon
Query Args - Arguments for the
daemon querycommand. - Daemon
Query Error Output - Output structure for query errors.
Functions§
- cmd_
query - Send a typed DaemonCommand (async version).