1
0

salt-run.rst 953 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .. _salt-run:
  2. ============
  3. ``salt-run``
  4. ============
  5. Execute a Salt runner
  6. Synopsis
  7. ========
  8. .. code-block:: bash
  9. salt-run RUNNER
  10. Description
  11. ===========
  12. salt-run is the frontend command for executing ``Salt Runners``.
  13. Salt runners are simple modules used to execute convenience functions on the
  14. master
  15. Options
  16. =======
  17. .. program:: salt-run
  18. .. include:: _includes/common-options.rst
  19. .. include:: _includes/timeout-option.rst
  20. .. |timeout| replace:: 1
  21. .. option:: --hard-crash
  22. Raise any original exception rather than exiting gracefully. Default is
  23. False.
  24. .. option:: -d, --doc, --documentation
  25. Display documentation for runners, pass a module or a runner to see
  26. documentation on only that module/runner.
  27. .. include:: _includes/logging-options.rst
  28. .. |logfile| replace:: /var/log/salt/master
  29. .. |loglevel| replace:: ``warning``
  30. See also
  31. ========
  32. :manpage:`salt(1)`
  33. :manpage:`salt-master(1)`
  34. :manpage:`salt-minion(1)`