mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Regenerated salt-call and salt.7 man pages Refs #22239
This commit is contained in:
parent
c0d1bdd60b
commit
6e416fc300
2 changed files with 1140 additions and 528 deletions
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CALL" "1" "March 10, 2015" "2014.7.2-280-g6ac6a53" "Salt"
|
||||
.TH "SALT-CALL" "1" "April 14, 2015" "2014.7.4-180-gc0d1bdd" "Salt"
|
||||
.SH NAME
|
||||
salt-call \- salt-call Documentation
|
||||
.
|
||||
|
@ -70,14 +70,19 @@ on most systems is \fB/etc/salt\fP\&.
|
|||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-hard\-crash
|
||||
Raise any original exception rather than exiting gracefully Default: False
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-g, \-\-grains
|
||||
Return the information generated by the Salt grains
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-m MODULE_DIRS, \-\-module\-dirs=MODULE_DIRS
|
||||
Specify an additional directories to pull modules from, multiple
|
||||
directories can be delimited by commas
|
||||
Specify an additional directory to pull modules from. Multiple directories
|
||||
can be provided by passing \-m /\-\-module\-dirs multiple times.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
@ -105,6 +110,43 @@ returners.
|
|||
.B \-\-local
|
||||
Run salt\-call locally, as if there was no master running.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-file\-root=FILE_ROOT
|
||||
Set this directory as the base file root.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-pillar\-root=PILLAR_ROOT
|
||||
Set this directory as the base pillar root.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-retcode\-passthrough
|
||||
Exit with the salt call retcode and not the salt binary retcode
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-metadata
|
||||
Print out the execution metadata as well as the return. This will print out
|
||||
the outputter data, the return code, etc.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-id=ID
|
||||
Specify the minion id to use. If this option is omitted, the id option from
|
||||
the minion config will be used.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-skip\-grains
|
||||
Do not load grains.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-refresh\-grains\-cache
|
||||
Force a refresh of the grains cache
|
||||
.UNINDENT
|
||||
.SS Logging Options
|
||||
.sp
|
||||
Logging options which override any settings defined on the configuration files.
|
||||
|
|
1620
doc/man/salt.7
1620
doc/man/salt.7
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue