mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
954 B
954 B
salt-run
Execute a Salt runner
Synopsis
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
salt-run
--hard-crash
Raise any original exception rather than exiting gracefully. Default is False.
-d, --doc, --documentation
Display documentation for runners, pass a module or a runner to see documentation on only that module/runner.
See also
salt(1)
salt-master(1)
salt-minion(1)