mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Update manpages for 0.10.4
This commit is contained in:
parent
099d37fcbe
commit
f2de1587c5
9 changed files with 2305 additions and 476 deletions
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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
|
||||
|
|
2742
doc/man/salt.7
2742
doc/man/salt.7
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue