Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Updating man pages for 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
techhat committed Nov 29, 2013
1 parent aa34ab9 commit d1bf63f
Show file tree
Hide file tree
Showing 2 changed files with 598 additions and 361 deletions.
66 changes: 57 additions & 9 deletions salt_cloud/doc/man/salt-cloud.1
@@ -1,4 +1,6 @@
.TH "SALT-CLOUD" "1" "June 22, 2013" "0.8.9" "salt-cloud"
.\" Man page generated from reStructuredText.
.
.TH "SALT-CLOUD" "1" "November 29, 2013" "0.8.11" "salt-cloud"
.SH NAME
salt-cloud \- Salt Cloud Command
.
Expand Down Expand Up @@ -28,8 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.
.sp
Provision virtual machines in the cloud with Salt
.SH SYNOPSIS
Expand Down Expand Up @@ -182,28 +182,76 @@ Disable all colored output.
.SH EXAMPLES
.sp
To create 4 VMs named web1, web2, db1 and db2 from specified profiles:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-p fedora_rackspace web1 web2 db1 db2
.nf
.ft C
salt\-cloud \-p fedora_rackspace web1 web2 db1 db2
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
To read in a map file and create all VMs specified therein:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-m /path/to/cloud.map
.nf
.ft C
salt\-cloud \-m /path/to/cloud.map
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
To read in a map file and create all VMs specified therein in parallel:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-m /path/to/cloud.map \-P
.nf
.ft C
salt\-cloud \-m /path/to/cloud.map \-P
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
To delete any VMs specified in the map file:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-m /path/to/cloud.map \-d
.nf
.ft C
salt\-cloud \-m /path/to/cloud.map \-d
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
To delete any VMs NOT specified in the map file:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-m /path/to/cloud.map \-H
.nf
.ft C
salt\-cloud \-m /path/to/cloud.map \-H
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
To display the status of all VMs specified in the map file:
.INDENT 0.0
.INDENT 3.5
.sp
# salt\-cloud \-m /path/to/cloud.map \-Q
.nf
.ft C
salt\-cloud \-m /path/to/cloud.map \-Q
.ft P
.fi
.UNINDENT
.UNINDENT
.SH SEE ALSO
.sp
\fIsalt\-cloud(7)\fP
Expand Down

0 comments on commit d1bf63f

Please sign in to comment.