mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add salt-run manpage and update man pages for 0.8.9
This commit is contained in:
parent
92d940782d
commit
c226df95e6
7 changed files with 2290 additions and 328 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "SALT-CP" "1" "May 30, 2011" "0.8.8" "Salt"
|
||||
.TH "SALT-CP" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt-cp \- salt-cp Documentation
|
||||
.
|
||||
|
@ -100,7 +100,7 @@ default=/etc/salt/master
|
|||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas Hatch
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "SALT-KEY" "1" "May 30, 2011" "0.8.8" "Salt"
|
||||
.TH "SALT-KEY" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt-key \- salt-key Documentation
|
||||
.
|
||||
|
@ -80,7 +80,7 @@ default=/etc/salt/master
|
|||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas Hatch
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "SALT-MASTER" "1" "May 30, 2011" "0.8.8" "Salt"
|
||||
.TH "SALT-MASTER" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt-master \- salt-master Documentation
|
||||
.
|
||||
|
@ -60,7 +60,7 @@ The master configuration file to use, the default is /etc/salt/master
|
|||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas Hatch
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "SALT-MINION" "1" "May 30, 2011" "0.8.8" "Salt"
|
||||
.TH "SALT-MINION" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt-minion \- salt-minion Documentation
|
||||
.
|
||||
|
@ -61,7 +61,7 @@ The minion configuration file to use, the default is /etc/salt/minion
|
|||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas Hatch
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
||||
|
|
68
doc/man/salt-run.1
Normal file
68
doc/man/salt-run.1
Normal file
|
@ -0,0 +1,68 @@
|
|||
.TH "SALT-RUN" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt-run \- salt-run Documentation
|
||||
.
|
||||
.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
|
||||
..
|
||||
.\" Man page generated from reStructeredText.
|
||||
.
|
||||
.sp
|
||||
Execute a Salt runner
|
||||
.SH SYNOPSIS
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
salt\-run RUNNER
|
||||
.ft P
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
Salt run is the frontend command for executing \fBSalt Runners\fP.
|
||||
Salt runners are simple modules used to execute convenience functions on the
|
||||
master
|
||||
.SH OPTIONS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-h, \-\-help
|
||||
.sp
|
||||
Print a usage message briefly summarizing these command\-line options
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-c CONFIG, \-\-config=CONFIG
|
||||
.sp
|
||||
The location of the salt master configuration file, the salt master
|
||||
settings are required to know where the connections are;
|
||||
default=/etc/salt/master
|
||||
.UNINDENT
|
||||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
|
@ -1,4 +1,4 @@
|
|||
.TH "SALT" "1" "May 30, 2011" "0.8.8" "Salt"
|
||||
.TH "SALT" "1" "July 09, 2011" "0.8.9" "Salt"
|
||||
.SH NAME
|
||||
salt \- salt
|
||||
.
|
||||
|
@ -106,7 +106,7 @@ default=/etc/salt/master
|
|||
.SH AUTHOR
|
||||
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
|
||||
.SH COPYRIGHT
|
||||
2011, Thomas Hatch
|
||||
2011, Thomas S. Hatch
|
||||
.\" Generated by docutils manpage writer.
|
||||
.\"
|
||||
.
|
||||
|
|
2530
doc/man/salt.7
2530
doc/man/salt.7
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue