qubesd-query.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. program:: qubesd-query
  2. :program:`qubesd-query` -- low-level qubesd interrogation tool
  3. ==============================================================
  4. Synopsis
  5. --------
  6. :command:`qubesd-query` [-h] [--connect *PATH*] *SRC* *METHOD* *DEST* [*ARGUMENT*]
  7. Options
  8. -------
  9. .. option:: --help, -h
  10. Show the help message and exit.
  11. .. option:: --connect=PATH, -c PATH
  12. Change path to qubesd UNIX socket from default.
  13. .. option:: --empty, -e
  14. Send empty payload. Do not attempt to read anything from standard input, but
  15. send the request immediately.
  16. Description
  17. -----------
  18. This tool is used to directly invoke qubesd. The parameters of RPC call shall be
  19. given as arguments to the command. Payload should be written to standard input.
  20. Result can be read from standard output.
  21. Authors
  22. -------
  23. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  24. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  25. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  26. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  27. .. vim: ts=3 sw=3 et tw=80