qubesd-query.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. .. option:: --fail
  17. Exit with non-0 exit code when qubesd response is not-OK. By default the tool
  18. will exit with 0 when request is successfully delivered to qubesd, regardless
  19. of response.
  20. Description
  21. -----------
  22. This tool is used to directly invoke qubesd. The parameters of RPC call shall be
  23. given as arguments to the command. Payload should be written to standard input.
  24. Result can be read from standard output.
  25. Authors
  26. -------
  27. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  28. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  29. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  30. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  31. .. vim: ts=3 sw=3 et tw=80