mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
51 lines
938 B
ReStructuredText
51 lines
938 B
ReStructuredText
============
|
|
``salt-run``
|
|
============
|
|
|
|
Execute a Salt runner
|
|
|
|
Synopsis
|
|
========
|
|
|
|
.. code-block:: bash
|
|
|
|
salt-run RUNNER
|
|
|
|
Description
|
|
===========
|
|
|
|
salt-run is the frontend command for executing ``Salt Runners``.
|
|
Salt runners are simple modules used to execute convenience functions on the
|
|
master
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-run
|
|
|
|
.. include:: _includes/common-options.rst
|
|
|
|
.. include:: _includes/timeout-option.rst
|
|
.. |timeout| replace:: 1
|
|
|
|
.. option:: --hard-crash
|
|
|
|
Raise any original exception rather than exiting gracefully. Default is
|
|
False.
|
|
|
|
.. option:: -d, --doc, --documentation
|
|
|
|
Display documentation for runners, pass a module or a runner to see
|
|
documentation on only that module/runner.
|
|
|
|
.. include:: _includes/logging-options.rst
|
|
.. |logfile| replace:: /var/log/salt/master
|
|
.. |loglevel| replace:: ``warning``
|
|
|
|
|
|
See also
|
|
========
|
|
|
|
:manpage:`salt(1)`
|
|
:manpage:`salt-master(1)`
|
|
:manpage:`salt-minion(1)` |