mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
34 lines
603 B
ReStructuredText
34 lines
603 B
ReStructuredText
=============
|
|
``salt-call``
|
|
=============
|
|
|
|
Synopsis
|
|
========
|
|
|
|
::
|
|
|
|
salt-call [options]
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-call
|
|
|
|
.. option:: -h, --help
|
|
|
|
Print a usage message briefly summarizing these command-line options
|
|
|
|
.. option:: -g, --grains
|
|
|
|
Return the information generated by the salt grains
|
|
|
|
.. option:: -m MODULE_DIRS, --module-dirs=MODULE_DIRS
|
|
|
|
Specify an additional directories to pull modules from, multiple
|
|
directories can be delimited by commas
|
|
|
|
.. option:: -d, --doc
|
|
|
|
Return the documentation for the specified module of for all modules if
|
|
none are specified
|