1
0

salt-unity.rst 636 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ==============
  2. ``salt-unity``
  3. ==============
  4. A unified invocation wrapper around other Salt CLI scripts.
  5. Synopsis
  6. ========
  7. .. code-block:: bash
  8. salt-unity salt '*' test.version
  9. Description
  10. ===========
  11. This script takes an argument which is one of the other Salt CLI scripts and
  12. invokes that script.
  13. Options
  14. =======
  15. .. program:: salt-unity
  16. See also
  17. ========
  18. :manpage:`salt-api(1)`
  19. :manpage:`salt-call(1)`
  20. :manpage:`salt-cloud(1)`
  21. :manpage:`salt-cp(1)`
  22. :manpage:`salt-key(1)`
  23. :manpage:`salt-main(1)`
  24. :manpage:`salt-master(1)`
  25. :manpage:`salt-minion(1)`
  26. :manpage:`salt-run(1)`
  27. :manpage:`salt-ssh(1)`
  28. :manpage:`salt-syndic(1)`