mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
rebuilt man pages, versioned html theme css
This commit is contained in:
parent
9f8cef2b8a
commit
30a907576c
6 changed files with 45995 additions and 4754 deletions
2
doc/_themes/saltstack2/layout.html
vendored
2
doc/_themes/saltstack2/layout.html
vendored
|
@ -26,7 +26,7 @@
|
|||
|
||||
{% set css_files = [
|
||||
'_static/css/core.min.css',
|
||||
'_static/css/webhelp.min_v1.4.css',
|
||||
'_static/css/webhelp.min_v1.4.1.css',
|
||||
] %}
|
||||
|
||||
{%- macro relbar() %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CALL" "1" "May 06, 2015" "2015.5.0" "Salt"
|
||||
.TH "SALT-CALL" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
|
||||
.SH NAME
|
||||
salt-call \- salt-call Documentation
|
||||
.
|
||||
|
@ -44,7 +44,20 @@ salt\-call [options]
|
|||
.SH DESCRIPTION
|
||||
.sp
|
||||
The salt\-call command is used to run module functions locally on a minion
|
||||
instead of executing them from the master.
|
||||
instead of executing them from the master. Salt\-call is used to run a
|
||||
\fIStandalone Minion\fP, and was originally
|
||||
created for \fItroubleshooting\fP\&.
|
||||
.sp
|
||||
The Salt Master is contacted to retrieve state files and other resources
|
||||
during execution unless the \fB\-\-local\fP option is specified.
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
\fBsalt\-call\fP commands execute from the current user\(aqs shell
|
||||
context, while \fBsalt\fP commands execute from the system\(aqs default context.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.SH OPTIONS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CLOUD" "1" "May 06, 2015" "2015.5.0" "Salt"
|
||||
.TH "SALT-CLOUD" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
|
||||
.SH NAME
|
||||
salt-cloud \- Salt Cloud Command
|
||||
.
|
||||
|
@ -141,12 +141,6 @@ cloud provider carefully.
|
|||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-Q, \-\-query
|
||||
Execute a query and print out information about all cloud VMs. Can be used
|
||||
in conjunction with \-m to display only information about the specified map.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-u, \-\-update\-bootstrap
|
||||
Update salt\-bootstrap to the latest develop version on GitHub.
|
||||
.UNINDENT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SALT-CP" "1" "May 06, 2015" "2015.5.0" "Salt"
|
||||
.TH "SALT-CP" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
|
||||
.SH NAME
|
||||
salt-cp \- salt-cp Documentation
|
||||
.
|
||||
|
@ -51,6 +51,11 @@ salt\-cp \-G \(aqos:Arch.*\(aq [ options ] SOURCE DEST
|
|||
.sp
|
||||
Salt copy copies a local file out to all of the Salt minions matched by the
|
||||
given target.
|
||||
.sp
|
||||
Note: salt\-cp uses salt\(aqs publishing mechanism. This means the privacy of the
|
||||
contents of the file on the wire are completely dependant upon the transport
|
||||
in use. In addition, if the salt\-master is running with debug logging it is
|
||||
possible that the contents of the file will be logged to disk.
|
||||
.SH OPTIONS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
50715
doc/man/salt.7
50715
doc/man/salt.7
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue