mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
update man pages to 2014.1.0
This commit is contained in:
parent
b4a8edcc4c
commit
1ef832d093
11 changed files with 30908 additions and 3143 deletions
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CALL" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-CALL" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-call \- salt-call Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CLOUD" "1" "November 10, 2013" "0.17.0-4269-g8c40822" "Salt"
|
||||
.TH "SALT-CLOUD" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-cloud \- Salt Cloud Command
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CP" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-CP" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-cp \- salt-cp Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-KEY" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-KEY" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-key \- salt-key Documentation
|
||||
.
|
||||
|
@ -141,41 +141,47 @@ Force colored output
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-l ARG, \-\-list=ARG
|
||||
List the public keys. The args "pre", "un", and "unaccepted" will list
|
||||
unaccepted/unsigned keys. "acc" or "accepted" will list accepted/signed
|
||||
keys. "rej" or "rejected" will list rejected keys. Finally, "all" will list
|
||||
all keys.
|
||||
List the public keys. The args \fBpre\fP, \fBun\fP, and \fBunaccepted\fP will
|
||||
list unaccepted/unsigned keys. \fBacc\fP or \fBaccepted\fP will list
|
||||
accepted/signed keys. \fBrej\fP or \fBrejected\fP will list rejected keys.
|
||||
Finally, \fBall\fP will list all keys.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-L, \-\-list\-all
|
||||
List all public keys on this Salt master: accepted, pending,
|
||||
and rejected.
|
||||
List all public keys. (Deprecated: use \fB\-\-list all\fP)
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-a ACCEPT, \-\-accept=ACCEPT
|
||||
Accept the named minion public key for command execution.
|
||||
Accept the specified public key (use \-\-include\-all to match rejected keys
|
||||
in addition to pending keys). Globs are supported.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-A, \-\-accept\-all
|
||||
Accepts all pending public keys.
|
||||
Accepts all pending keys.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-r REJECT, \-\-reject=REJECT
|
||||
Reject the named minion public key.
|
||||
Reject the specified public key (use \-\-include\-all to match accepted keys
|
||||
in addition to pending keys). Globs are supported.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-R, \-\-reject\-all
|
||||
Rejects all pending public keys.
|
||||
Rejects all pending keys.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-include\-all
|
||||
Include non\-pending keys when accepting/rejecting.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-p PRINT, \-\-print=PRINT
|
||||
Print the specified public key
|
||||
Print the specified public key.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
@ -185,23 +191,22 @@ Print all public keys
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-d DELETE, \-\-delete=DELETE
|
||||
Delete the named minion key or minion keys matching a glob for command
|
||||
execution.
|
||||
Delete the specified key. Globs are supported.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-D, \-\-delete\-all
|
||||
Delete all keys
|
||||
Delete all keys.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-f FINGER, \-\-finger=FINGER
|
||||
Print the named key\(aqs fingerprint
|
||||
Print the specified key\(aqs fingerprint.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-F, \-\-finger\-all
|
||||
Print all key\(aqs fingerprints
|
||||
Print all keys\(aq fingerprints.
|
||||
.UNINDENT
|
||||
.SS Key Generation Options
|
||||
.INDENT 0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-MASTER" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-MASTER" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-master \- salt-master Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-MINION" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-MINION" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-minion \- salt-minion Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-RUN" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-RUN" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-run \- salt-run Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-SSH" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-SSH" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-ssh \- salt-ssh Documentation
|
||||
.
|
||||
|
@ -40,10 +40,48 @@ salt\-ssh \-E \(aq.*\(aq [ options ] sys.doc cmd
|
|||
.UNINDENT
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
Salt ssh allows for salt routines to be executed using only ssh for transport
|
||||
Salt SSH allows for salt routines to be executed using only SSH for transport
|
||||
.SH OPTIONS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-r, \-\-raw, \-\-raw\-shell
|
||||
Execute a raw shell command.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-roster\-file
|
||||
Define which roster system to use, this defines if a database backend,
|
||||
scanner, or custom roster system is used. Default is the flat file roster.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-refresh, \-\-refresh\-cache
|
||||
Force a refresh of the master side data cache of the target\(aqs data. This
|
||||
is needed if a target\(aqs grains have been changed and the auto refresh
|
||||
timeframe has not been reached.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-max\-procs
|
||||
Set the number of concurrent minions to communicate with. This value
|
||||
defines how many processes are opened up at a time to manage connections,
|
||||
the more running process the faster communication should be, default
|
||||
is 25.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-passwd
|
||||
Set te default password to attempt to use when authenticating.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-key\-deploy
|
||||
Set this flag to attempt to deploy the authorized ssh key with all
|
||||
minions. This combined with \-\-passwd can make initial deployment of keys
|
||||
very fast and easy.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-version
|
||||
Print the version of Salt that is running.
|
||||
.UNINDENT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-SYNDIC" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT-SYNDIC" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt-syndic \- salt-syndic Documentation
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT" "1" "September 18, 2013" "0.17.0" "Salt"
|
||||
.TH "SALT" "1" "January 02, 2014" "2014.1.0" "Salt"
|
||||
.SH NAME
|
||||
salt \- salt
|
||||
.
|
||||
|
@ -94,6 +94,9 @@ the started execution and complete.
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-state\-output=STATE_OUTPUT
|
||||
New in version 0.17.
|
||||
|
||||
.sp
|
||||
Override the configured state_output value for minion output. Default:
|
||||
full
|
||||
.UNINDENT
|
||||
|
|
33951
doc/man/salt.7
33951
doc/man/salt.7
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue