salt-run.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH "SALT-RUN" "1" "Nov 14, 2020" "3002.2" "Salt"
  4. .SH NAME
  5. salt-run \- salt-run Documentation
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .sp
  34. Execute a Salt runner
  35. .SH SYNOPSIS
  36. .INDENT 0.0
  37. .INDENT 3.5
  38. .sp
  39. .nf
  40. .ft C
  41. salt\-run RUNNER
  42. .ft P
  43. .fi
  44. .UNINDENT
  45. .UNINDENT
  46. .SH DESCRIPTION
  47. .sp
  48. salt\-run is the frontend command for executing \fBSalt Runners\fP\&.
  49. Salt runners are simple modules used to execute convenience functions on the
  50. master
  51. .SH OPTIONS
  52. .INDENT 0.0
  53. .TP
  54. .B \-\-version
  55. Print the version of Salt that is running.
  56. .UNINDENT
  57. .INDENT 0.0
  58. .TP
  59. .B \-\-versions\-report
  60. Show program\(aqs dependencies and version number, and then exit
  61. .UNINDENT
  62. .INDENT 0.0
  63. .TP
  64. .B \-h, \-\-help
  65. Show the help message and exit
  66. .UNINDENT
  67. .INDENT 0.0
  68. .TP
  69. .B \-c CONFIG_DIR, \-\-config\-dir=CONFIG_dir
  70. The location of the Salt configuration directory. This directory contains
  71. the configuration files for Salt master and minions. The default location
  72. on most systems is \fB/etc/salt\fP\&.
  73. .UNINDENT
  74. .INDENT 0.0
  75. .TP
  76. .B \-t TIMEOUT, \-\-timeout=TIMEOUT
  77. The timeout in seconds to wait for replies from the Salt minions. The
  78. timeout number specifies how long the command line client will wait to
  79. query the minions and check on running jobs. Default: 1
  80. .UNINDENT
  81. .INDENT 0.0
  82. .TP
  83. .B \-\-hard\-crash
  84. Raise any original exception rather than exiting gracefully. Default is
  85. False.
  86. .UNINDENT
  87. .INDENT 0.0
  88. .TP
  89. .B \-d, \-\-doc, \-\-documentation
  90. Display documentation for runners, pass a module or a runner to see
  91. documentation on only that module/runner.
  92. .UNINDENT
  93. .SS Logging Options
  94. .sp
  95. Logging options which override any settings defined on the configuration files.
  96. .INDENT 0.0
  97. .TP
  98. .B \-l LOG_LEVEL, \-\-log\-level=LOG_LEVEL
  99. Console logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  100. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  101. \fBwarning\fP\&.
  102. .UNINDENT
  103. .INDENT 0.0
  104. .TP
  105. .B \-\-log\-file=LOG_FILE
  106. Log file path. Default: /var/log/salt/master\&.
  107. .UNINDENT
  108. .INDENT 0.0
  109. .TP
  110. .B \-\-log\-file\-level=LOG_LEVEL_LOGFILE
  111. Logfile logging log level. One of \fBall\fP, \fBgarbage\fP, \fBtrace\fP,
  112. \fBdebug\fP, \fBinfo\fP, \fBwarning\fP, \fBerror\fP, \fBquiet\fP\&. Default:
  113. \fBwarning\fP\&.
  114. .UNINDENT
  115. .SH SEE ALSO
  116. .sp
  117. \fBsalt(1)\fP
  118. \fBsalt\-master(1)\fP
  119. \fBsalt\-minion(1)\fP
  120. .SH AUTHOR
  121. Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
  122. .\" Generated by docutils manpage writer.
  123. .