mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
978931c470
Closes #13937
39 lines
633 B
ReStructuredText
39 lines
633 B
ReStructuredText
==============
|
|
``salt-unity``
|
|
==============
|
|
|
|
A unified invocation wrapper around other Salt CLI scripts.
|
|
|
|
Synopsis
|
|
========
|
|
|
|
.. code-block:: bash
|
|
|
|
salt-unity salt '*' test.ping
|
|
|
|
Description
|
|
===========
|
|
|
|
This script takes an argument which is one of the other Salt CLI scripts and
|
|
invokes that script.
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-unity
|
|
|
|
See also
|
|
========
|
|
|
|
:manpage:`salt-api(1)`
|
|
:manpage:`salt-call(1)`
|
|
:manpage:`salt-cloud(1)`
|
|
:manpage:`salt-cp(1)`
|
|
:manpage:`salt-key(1)`
|
|
:manpage:`salt-main(1)`
|
|
:manpage:`salt-master(1)`
|
|
:manpage:`salt-minion(1)`
|
|
:manpage:`salt-run(1)`
|
|
:manpage:`salt-ssh(1)`
|
|
:manpage:`salt-syndic(1)`
|