12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .\" Man page generated from reStructuredText.
- .
- .TH "SALT-UNITY" "1" "Oct 02, 2019" "2019.2.2" "Salt"
- .SH NAME
- salt-unity \- salt-unity Command
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .sp
- A unified invocation wrapper around other Salt CLI scripts.
- .SH SYNOPSIS
- .INDENT 0.0
- .INDENT 3.5
- .sp
- .nf
- .ft C
- salt\-unity salt \(aq*\(aq test.version
- .ft P
- .fi
- .UNINDENT
- .UNINDENT
- .SH DESCRIPTION
- .sp
- This script takes an argument which is one of the other Salt CLI scripts and
- invokes that script.
- .SH OPTIONS
- .SH SEE ALSO
- .sp
- \fBsalt\-api(1)\fP
- \fBsalt\-call(1)\fP
- \fBsalt\-cloud(1)\fP
- \fBsalt\-cp(1)\fP
- \fBsalt\-key(1)\fP
- \fBsalt\-main(1)\fP
- \fBsalt\-master(1)\fP
- \fBsalt\-minion(1)\fP
- \fBsalt\-run(1)\fP
- \fBsalt\-ssh(1)\fP
- \fBsalt\-syndic(1)\fP
- .SH AUTHOR
- Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
- .\" Generated by docutils manpage writer.
- .
|