1TABOOT(1) System administration commands TABOOT(1)
2
3
4
6 taboot - run a taboot release script
7
9 taboot [-h] [-V] [-n] [-p] [-s] [-L [LOGFILE]] [-C CONCURRENCY] [-E]
10 [FILE [FILE ...]]
11
13 Taboot is a tool written for scripting and automating the task of
14 performing software releases in a large-scale infrastructure. Release
15 scripts are written using YAML syntax.
16
18 FILE
19 Release file in YAML format. Instructions are read from stdin if
20 FILE is - or not given. Multiple FILEs can be given.
21
22 -h, --help
23 Show this help message and exit.
24
25 -V, --version
26 Show program’s version number and exit.
27
28 -n, --checkonly
29 Don’t execute the release, just check script syntax.
30
31 -p, --printonly
32 Don’t execute the release, just check script syntax and print the
33 YAML to be run to stdout.
34
35 -s, --skippreflight
36 Skip preflight sections if they exist.
37
38 -L [LOGFILE], --logfile [LOGFILE]
39 Adds [LogOutput: {logfile: LOGFILE}] to the script(s) being run. If
40 LOGFILE is not specified then taboot-YYYY-MM-DD-HHMMSS.log will be
41 used.
42
43 -C CONCURRENCY, --concurrency CONCURRENCY
44 Sets the concurrency for the input script(s).
45
46 -E, --edit
47 Edit the input script(s) before running them using $EDITOR. If
48 $EDITOR is undefined then emacs will be used, if emacs is not found
49 then vi will be used.
50
52 Taboot was originally written by John Eckersberg. Tim Bielawa is the
53 current maintainer. See the AUTHORS file for a complete list of
54 contributors.
55
57 Copyright © 2009-2011, Red Hat, Inc
58
59 Taboot is released under the terms of the GPLv3+ license.
60
62 taboot-tasks(5), func(1)
63
64 Taboot home page: https://fedorahosted.org/Taboot/
65
66
67
68Taboot 0.3.x 08/02/2011 TABOOT(1)