Update manpages for 0.10.4

This commit is contained in:
Thomas S Hatch 2012-10-23 14:36:13 -06:00
parent 099d37fcbe
commit f2de1587c5
9 changed files with 2305 additions and 476 deletions

View file

@ -1,4 +1,4 @@
.TH "SALT-CALL" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-CALL" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-CP" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-CP" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-KEY" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-KEY" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
@ -77,7 +77,8 @@ Rejects all pending public keys.
.INDENT 0.0
.TP
.B \-d DELETE, \-\-delete=DELETE
Delete the named minion key for command execution.
Delete the named minion key or minion keys matching a glob for command
execution.
.UNINDENT
.INDENT 0.0
.TP

View file

@ -1,4 +1,4 @@
.TH "SALT-MASTER" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-MASTER" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-MINION" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-MINION" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-RUN" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-RUN" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-SYNDIC" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT-SYNDIC" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt-syndic \- salt-syndic Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT" "1" "September 30, 2012" "0.10.3" "Salt"
.TH "SALT" "1" "October 23, 2012" "0.10.3" "Salt"
.SH NAME
salt \- salt
.
@ -78,6 +78,19 @@ minions to execute on.
.UNINDENT
.INDENT 0.0
.TP
.B \-a EAUTH, \-\-auth=EAUTH
Pass in an external authentication medium to validate against. The
credentials will be prompted for. Can be used with the \-T option.
.UNINDENT
.INDENT 0.0
.TP
.B \-T, \-\-make\-token
Used in conjunction with the \-a option. This creates a token that allows
for the authenticated user to send commands without needing to
re\-authenticate.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-version
Print the version of Salt that is running.
.UNINDENT
@ -129,7 +142,12 @@ Instead of using shell globs use the return code of a function.
.TP
.B \-N, \-\-nodegroup
Use a predefined compound target defined in the Salt master configuration
file
file.
.UNINDENT
.INDENT 0.0
.TP
.B \-S, \-\-ipcidr
Match based on Subnet (CIDR notation) or IPv4 address.
.UNINDENT
.INDENT 0.0
.TP

File diff suppressed because it is too large Load diff