aboutsummaryrefslogtreecommitdiff
path: root/doc/eclat-mkinst.1
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-11-17 17:54:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-11-17 17:59:40 +0200
commit3e2360d383d8e7503a8afe07291ab8c0b1182a14 (patch)
tree69725e6a523701dd297a7bc5d228dac43371b32d /doc/eclat-mkinst.1
parent966cc92ffcc7e5d070103d33f605bc1691229022 (diff)
downloadeclat-3e2360d383d8e7503a8afe07291ab8c0b1182a14.tar.gz
eclat-3e2360d383d8e7503a8afe07291ab8c0b1182a14.tar.bz2
Implement the terminate-instances command
* TODO: Update. * doc/Makefile.inc: Add new files. * doc/eclat-mkinst.1: Mention the terminate command. * doc/eclat-terminate.1: New file. * etc/Makefile.am: Add new files. * etc/terminate-instances.fln: New file. * src/eclat.c (cmdtab): Register new command. * src/eclat.h (eclat_terminate_instances): New proto. * src/startstop.c (eclat_terminate_instances): New function. * tests/Makefile.am: Add new test. * tests/testsuite.at: Likewise. * tests/terminate-instances.at: New test.
Diffstat (limited to 'doc/eclat-mkinst.1')
-rw-r--r--doc/eclat-mkinst.15
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/eclat-mkinst.1 b/doc/eclat-mkinst.1
index f934484..4db3c7e 100644
--- a/doc/eclat-mkinst.1
+++ b/doc/eclat-mkinst.1
@@ -10,13 +10,13 @@
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of 10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details. 12.\" GNU General Public License for more details.
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16.TH ECLAT-MKINST 1 "January 26, 2015" "ECLAT" "Eclat User Reference" 16.TH ECLAT-MKINST 1 "November 17, 2018" "ECLAT" "Eclat User Reference"
17.SH NAME 17.SH NAME
18eclat-mkinst, eclat-run-instances \- launch new EC2 instances 18eclat-mkinst, eclat-run-instances \- launch new EC2 instances
19.SH SYNOPSIS 19.SH SYNOPSIS
20.nh 20.nh
21.na 21.na
22\fBeclat mkinst\fR [\fB\-a\fR \fIIFACE\fR] [\fB\-d\fR \fISTRING\fR]\ 22\fBeclat mkinst\fR [\fB\-a\fR \fIIFACE\fR] [\fB\-d\fR \fISTRING\fR]\
@@ -163,25 +163,26 @@ Set availablility zone.
163On success, the command outputs detailed description of each created 163On success, the command outputs detailed description of each created
164instance in the same format as the 164instance in the same format as the
165.BR eclat-lsinst (1) 165.BR eclat-lsinst (1)
166command 166command
167.SH "SEE ALSO" 167.SH "SEE ALSO"
168.BR eclat (1), 168.BR eclat (1),
169.BR eclat\-terminate (1),
169.BR eclat\-lsiattr (1), 170.BR eclat\-lsiattr (1),
170.BR eclat\-lsinst (1), 171.BR eclat\-lsinst (1),
171.BR eclat\-lsistat (1), 172.BR eclat\-lsistat (1),
172.BR eclat\-reboot (1), 173.BR eclat\-reboot (1),
173.BR eclat\-setiattr (1), 174.BR eclat\-setiattr (1),
174.BR eclat\-start (1), 175.BR eclat\-start (1),
175.BR eclat\-stop (1). 176.BR eclat\-stop (1).
176.SH AUTHORS 177.SH AUTHORS
177Sergey Poznyakoff 178Sergey Poznyakoff
178.SH "BUG REPORTS" 179.SH "BUG REPORTS"
179Report bugs to <bug\-eclat@gnu.org.ua>. 180Report bugs to <bug\-eclat@gnu.org.ua>.
180.SH COPYRIGHT 181.SH COPYRIGHT
181Copyright \(co 2012-2015 Sergey Poznyakoff 182Copyright \(co 2012-2018 Sergey Poznyakoff
182.br 183.br
183.na 184.na
184License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 185License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
185.br 186.br
186.ad 187.ad
187This is free software: you are free to change and redistribute it. 188This is free software: you are free to change and redistribute it.

Return to:

Send suggestions and report system problems to the System administrator.