machinery-tool 1.24.0 → 1.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.git_revision +1 -1
  3. data/NEWS +4 -0
  4. data/lib/man_task.rb +1 -1
  5. data/lib/version.rb +1 -1
  6. data/machinery-helper/version.go +1 -1
  7. data/man/generated/machinery.1.gz +0 -0
  8. data/manual/{docs/README.md → README.md} +0 -0
  9. data/manual/custom_theme/{base.html → main.html} +5 -5
  10. data/manual/docs/css/custom.css +17 -1
  11. data/manual/docs/{docs.md → docs/index.md} +1 -1
  12. data/manual/docs/{machinery-analyze.1.md → docs/machinery-analyze.1.md} +0 -0
  13. data/manual/docs/{machinery-build.1.md → docs/machinery-build.1.md} +0 -0
  14. data/manual/docs/{machinery-compare.1.md → docs/machinery-compare.1.md} +0 -0
  15. data/manual/docs/{machinery-config.1.md → docs/machinery-config.1.md} +0 -0
  16. data/manual/docs/{machinery-copy.1.md → docs/machinery-copy.1.md} +0 -0
  17. data/manual/docs/{machinery-deploy.1.md → docs/machinery-deploy.1.md} +0 -0
  18. data/manual/docs/{machinery-export-autoyast.1.md → docs/machinery-export-autoyast.1.md} +0 -0
  19. data/manual/docs/{machinery-export-html.1.md → docs/machinery-export-html.1.md} +0 -0
  20. data/manual/docs/{machinery-export-kiwi.1.md → docs/machinery-export-kiwi.1.md} +0 -0
  21. data/manual/docs/{machinery-inspect-container.1.md → docs/machinery-inspect-container.1.md} +2 -2
  22. data/manual/docs/{machinery-inspect.1.md → docs/machinery-inspect.1.md} +2 -2
  23. data/manual/docs/{machinery-list.1.md → docs/machinery-list.1.md} +0 -0
  24. data/manual/docs/{machinery-man.1.md → docs/machinery-man.1.md} +0 -0
  25. data/manual/docs/{machinery-move.1.md → docs/machinery-move.1.md} +0 -0
  26. data/manual/docs/{machinery-remove.1.md → docs/machinery-remove.1.md} +0 -0
  27. data/manual/docs/{machinery-serve.1.md → docs/machinery-serve.1.md} +0 -0
  28. data/manual/docs/{machinery-show.1.md → docs/machinery-show.1.md} +2 -2
  29. data/manual/docs/{machinery-upgrade-format.1.md → docs/machinery-upgrade-format.1.md} +0 -0
  30. data/manual/docs/{machinery-validate.1.md → docs/machinery-validate.1.md} +0 -0
  31. data/manual/docs/{machinery_main_general.1.md → docs/machinery_main_general.1.md} +1 -1
  32. data/manual/docs/{machinery_main_scopes.1.md → docs/machinery_main_scopes.1.md} +0 -0
  33. data/manual/docs/{machinery_main_security_implications.1.md → docs/machinery_main_security_implications.1.md} +3 -3
  34. data/manual/docs/{machinery_main_usecases.1.md → docs/machinery_main_usecases.1.md} +0 -0
  35. data/manual/mkdocs.yml +40 -26
  36. data/manual/site/css/custom.css +17 -1
  37. data/manual/site/docs/index.html +49 -4
  38. data/manual/site/docs/machinery-analyze.1/index.html +174 -0
  39. data/manual/site/docs/machinery-build.1/index.html +205 -0
  40. data/manual/site/docs/machinery-compare.1/index.html +207 -0
  41. data/manual/site/docs/machinery-config.1/index.html +182 -0
  42. data/manual/site/{machinery-analyze.1 → docs/machinery-copy.1}/index.html +55 -30
  43. data/manual/site/docs/machinery-deploy.1/index.html +207 -0
  44. data/manual/site/docs/machinery-export-autoyast.1/index.html +194 -0
  45. data/manual/site/docs/machinery-export-html.1/index.html +175 -0
  46. data/manual/site/docs/machinery-export-kiwi.1/index.html +176 -0
  47. data/manual/site/docs/machinery-inspect-container.1/index.html +249 -0
  48. data/manual/site/docs/machinery-inspect.1/index.html +292 -0
  49. data/manual/site/docs/machinery-list.1/index.html +187 -0
  50. data/manual/site/{machinery-config.1 → docs/machinery-man.1}/index.html +39 -30
  51. data/manual/site/{machinery-compare.1 → docs/machinery-move.1}/index.html +54 -30
  52. data/manual/site/docs/machinery-remove.1/index.html +182 -0
  53. data/manual/site/docs/machinery-serve.1/index.html +181 -0
  54. data/manual/site/docs/machinery-show.1/index.html +206 -0
  55. data/manual/site/docs/machinery-upgrade-format.1/index.html +180 -0
  56. data/manual/site/docs/machinery-validate.1/index.html +168 -0
  57. data/manual/site/docs/machinery_main_general.1/index.html +253 -0
  58. data/manual/site/docs/machinery_main_scopes.1/index.html +249 -0
  59. data/manual/site/docs/machinery_main_security_implications.1/index.html +228 -0
  60. data/manual/site/{machinery_main_usecases.1 → docs/machinery_main_usecases.1}/index.html +47 -28
  61. data/manual/site/index.html +390 -135
  62. data/manual/site/search/search_index.json +1 -1
  63. data/manual/site/sitemap.xml +24 -24
  64. data/manual/site/sitemap.xml.gz +0 -0
  65. metadata +51 -76
  66. data/manual/docs/custom.css +0 -804
  67. data/manual/docs/hand3.png +0 -0
  68. data/manual/docs/wheels.png +0 -0
  69. data/manual/site/404.html +0 -145
  70. data/manual/site/css/base.css +0 -324
  71. data/manual/site/css/bootstrap-custom.min.css +0 -1
  72. data/manual/site/css/font-awesome.min.css +0 -4
  73. data/manual/site/custom.css +0 -804
  74. data/manual/site/fonts/fontawesome-webfont.eot +0 -0
  75. data/manual/site/fonts/fontawesome-webfont.svg +0 -2671
  76. data/manual/site/fonts/fontawesome-webfont.ttf +0 -0
  77. data/manual/site/fonts/fontawesome-webfont.woff +0 -0
  78. data/manual/site/fonts/fontawesome-webfont.woff2 +0 -0
  79. data/manual/site/fonts/glyphicons-halflings-regular.eot +0 -0
  80. data/manual/site/fonts/glyphicons-halflings-regular.svg +0 -288
  81. data/manual/site/fonts/glyphicons-halflings-regular.ttf +0 -0
  82. data/manual/site/fonts/glyphicons-halflings-regular.woff +0 -0
  83. data/manual/site/fonts/glyphicons-halflings-regular.woff2 +0 -0
  84. data/manual/site/hand3.png +0 -0
  85. data/manual/site/img/favicon.ico +0 -0
  86. data/manual/site/img/grid.png +0 -0
  87. data/manual/site/js/base.js +0 -216
  88. data/manual/site/js/bootstrap-3.0.3.min.js +0 -7
  89. data/manual/site/js/jquery-1.10.2.min.js +0 -6
  90. data/manual/site/machinery-build.1/index.html +0 -145
  91. data/manual/site/machinery-copy.1/index.html +0 -145
  92. data/manual/site/machinery-deploy.1/index.html +0 -145
  93. data/manual/site/machinery-export-autoyast.1/index.html +0 -145
  94. data/manual/site/machinery-export-html.1/index.html +0 -145
  95. data/manual/site/machinery-export-kiwi.1/index.html +0 -145
  96. data/manual/site/machinery-inspect-container.1/index.html +0 -145
  97. data/manual/site/machinery-inspect.1/index.html +0 -145
  98. data/manual/site/machinery-list.1/index.html +0 -145
  99. data/manual/site/machinery-man.1/index.html +0 -145
  100. data/manual/site/machinery-move.1/index.html +0 -145
  101. data/manual/site/machinery-remove.1/index.html +0 -145
  102. data/manual/site/machinery-serve.1/index.html +0 -145
  103. data/manual/site/machinery-show.1/index.html +0 -145
  104. data/manual/site/machinery-upgrade-format.1/index.html +0 -145
  105. data/manual/site/machinery-validate.1/index.html +0 -145
  106. data/manual/site/machinery_main_general.1/index.html +0 -145
  107. data/manual/site/machinery_main_scopes.1/index.html +0 -145
  108. data/manual/site/machinery_main_security_implications.1/index.html +0 -145
  109. data/manual/site/wheels.png +0 -0
@@ -0,0 +1,292 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <link href="../../css/custom.css" rel="stylesheet">
6
+ </head>
7
+ <body id="manpage">
8
+ <div id="back">
9
+ <a href="../..">
10
+ <img src="../../img/hand3.png" class="hand3"/>
11
+ <div class="goback">Go back to the web site</div>
12
+ </a>
13
+ </div>
14
+ <div class="mp">
15
+ <div class="nav">
16
+ <ul>
17
+
18
+
19
+ <li class="">
20
+ <a href="../">Welcome</a>
21
+ </li>
22
+
23
+
24
+
25
+
26
+ <li class="">
27
+ <a href="../machinery_main_general.1/">General Overview</a>
28
+ </li>
29
+
30
+
31
+
32
+
33
+ <li class="">
34
+ <a href="../machinery_main_scopes.1/">Scopes</a>
35
+ </li>
36
+
37
+
38
+
39
+
40
+ <li class="">
41
+ <a href="../machinery_main_usecases.1/">Use cases</a>
42
+ </li>
43
+
44
+
45
+
46
+
47
+ <li class="">
48
+ <a href="../machinery_main_security_implications.1/">Security Implications</a>
49
+ </li>
50
+
51
+
52
+
53
+
54
+ <li>Commands
55
+ <ul>
56
+
57
+ <li class="">
58
+ <a href="../machinery-analyze.1/">Analyze</a>
59
+ </li>
60
+
61
+ <li class="">
62
+ <a href="../machinery-build.1/">Build</a>
63
+ </li>
64
+
65
+ <li class="">
66
+ <a href="../machinery-compare.1/">Compare</a>
67
+ </li>
68
+
69
+ <li class="">
70
+ <a href="../machinery-config.1/">Config</a>
71
+ </li>
72
+
73
+ <li class="">
74
+ <a href="../machinery-copy.1/">Copy</a>
75
+ </li>
76
+
77
+ <li class="">
78
+ <a href="../machinery-deploy.1/">Deploy</a>
79
+ </li>
80
+
81
+ <li class="">
82
+ <a href="../machinery-export-autoyast.1/">Export AutoYaST</a>
83
+ </li>
84
+
85
+ <li class="">
86
+ <a href="../machinery-export-kiwi.1/">Export Kiwi</a>
87
+ </li>
88
+
89
+ <li class="">
90
+ <a href="../machinery-export-html.1/">Export HTML</a>
91
+ </li>
92
+
93
+ <li class="current">
94
+ <a href="./">Inspect</a>
95
+ </li>
96
+
97
+ <li class="">
98
+ <a href="../machinery-inspect-container.1/">Inspect Container</a>
99
+ </li>
100
+
101
+ <li class="">
102
+ <a href="../machinery-list.1/">List</a>
103
+ </li>
104
+
105
+ <li class="">
106
+ <a href="../machinery-man.1/">Man</a>
107
+ </li>
108
+
109
+ <li class="">
110
+ <a href="../machinery-move.1/">Move</a>
111
+ </li>
112
+
113
+ <li class="">
114
+ <a href="../machinery-remove.1/">Remove</a>
115
+ </li>
116
+
117
+ <li class="">
118
+ <a href="../machinery-serve.1/">Serve</a>
119
+ </li>
120
+
121
+ <li class="">
122
+ <a href="../machinery-show.1/">Show</a>
123
+ </li>
124
+
125
+ <li class="">
126
+ <a href="../machinery-upgrade-format.1/">Upgrade Format</a>
127
+ </li>
128
+
129
+ <li class="">
130
+ <a href="../machinery-validate.1/">Validate</a>
131
+ </li>
132
+
133
+ </ul>
134
+ </li>
135
+
136
+
137
+
138
+ </ul>
139
+ </div>
140
+ <div class="content">
141
+ <h1 id="inspect-inspect-running-system">inspect — Inspect Running System</h1>
142
+ <h2 id="synopsis">Synopsis</h2>
143
+ <p><code>machinery inspect</code> [OPTIONS] HOSTNAME</p>
144
+ <p><code>machinery</code> help inspect</p>
145
+ <h2 id="description">Description</h2>
146
+ <p>The <code>inspect</code> command inspects a running system and generates a system
147
+ description from the gathered data.</p>
148
+ <p>The system data is structured into scopes, controlled by the
149
+ <code>--scope</code> option.</p>
150
+ <p><strong>Note</strong>:
151
+ Machinery will always inspect all specified scopes, and skip scopes which
152
+ trigger errors.</p>
153
+ <p><strong>Note</strong>:
154
+ Tasks on Debian-like systems are treated as patterns.</p>
155
+ <h2 id="arguments">Arguments</h2>
156
+ <ul>
157
+ <li><code>HOSTNAME</code> (required):
158
+ The host name of the system to be inspected. The host name will also be
159
+ used as the name of the stored system description unless another name is
160
+ provided with the <code>--name</code> option.</li>
161
+ </ul>
162
+ <h2 id="options">Options</h2>
163
+ <ul>
164
+ <li>
165
+ <p><code>-n NAME</code>, <code>--name=NAME</code> (optional):
166
+ Store the system description under the specified name.</p>
167
+ </li>
168
+ <li>
169
+ <p><code>-s SCOPE</code>, <code>--scope=SCOPE</code> (optional):
170
+ Inspect system for specified scope.
171
+ See the <a href="../machinery_main_scopes.1/">Scope section</a> for more information.</p>
172
+ </li>
173
+ <li>
174
+ <p><code>-e SCOPE</code>, <code>--ignore-scope=IGNORE-SCOPE</code> (optional):
175
+ Inspect system for all scopes except the specified scope.
176
+ See the <a href="../machinery_main_scopes.1/">Scope section</a> for more information.</p>
177
+ </li>
178
+ <li>
179
+ <p><code>-r USER</code>, <code>--remote-user=USER</code> (optional):
180
+ Defines the user which is used to access the inspected system via SSH.
181
+ This user needs to be allowed to run certain commands using sudo (see
182
+ Prerequisites for more information).
183
+ To change the default-user use <code>machinery config remote-user=USER</code></p>
184
+ </li>
185
+ <li>
186
+ <p><code>-p SSH-PORT</code>, <code>--ssh-port SSH-PORT</code> (optional):
187
+ Specifies the SSH port of the remote SSH server.</p>
188
+ </li>
189
+ <li>
190
+ <p><code>-i SSH-IDENTITY-FILE</code>, <code>--ssh-identity-file SSH-IDENTITY-FILE</code> (optional):
191
+ Specifies the SSH private key what should be used to authenticate with the
192
+ remote SSH server. Keys with a passphrase are not allowed here. Use the ssh-agent
193
+ instead.</p>
194
+ </li>
195
+ <li>
196
+ <p><code>-x</code>, <code>--extract-files</code> (optional):
197
+ Extract changed configuration and unmanaged files from the inspected system.
198
+ Shortcut for the combination of <code>--extract-changed-config-files</code>,
199
+ <code>--extract-unmanaged-files</code>, and <code>--extract-changed-managed-files</code></p>
200
+ </li>
201
+ <li>
202
+ <p><code>--extract-changed-config-files</code> (optional):
203
+ Extract changed configuration files from the inspected system.</p>
204
+ </li>
205
+ <li>
206
+ <p><code>--extract-unmanaged-files</code> (optional):
207
+ Extract unmanaged files from the inspected system.</p>
208
+ </li>
209
+ <li>
210
+ <p><code>--extract-changed-managed-files</code> (optional):
211
+ Extract changed managed files from inspected system.</p>
212
+ </li>
213
+ <li>
214
+ <p><code>--skip-files</code> (optional):
215
+ Do not consider given files or directories during inspection. Either provide
216
+ one file or directory name or a list of names separated by commas. You can
217
+ also point to a file which contains a list of files to filter (one per line)
218
+ by adding an '@' before the path, e.g.</p>
219
+ <p>$ <code>machinery</code> inspect --skip-files=@/path/to/filter_file myhost</p>
220
+ <p>If a filename contains a comma it needs to be escaped, e.g.</p>
221
+ <p>$ <code>machinery</code> inspect --skip-files=/file\,with_comma myhost</p>
222
+ <p><strong>Note</strong>: File or directory names are not expanded, e.g. '../path' is taken
223
+ literally and not expanded.</p>
224
+ </li>
225
+ <li>
226
+ <p><code>--verbose</code> (optional):
227
+ Display the filters which are used during inspection.</p>
228
+ </li>
229
+ </ul>
230
+ <h2 id="prerequisites">Prerequisites</h2>
231
+ <ul>
232
+ <li>
233
+ <p>Inspecting a local system requires running <code>machinery</code> as root.</p>
234
+ </li>
235
+ <li>
236
+ <p>Inspecting a remote system requires passwordless SSH login as root on the
237
+ inspected system.
238
+ Use <code>ssh-agent</code> or asymmetric keys (you can transfer the current SSH key
239
+ via <code>ssh-copy-id</code> to the inspected host, e.g.: <code>ssh-copy-id root@HOSTNAME</code>).</p>
240
+ </li>
241
+ <li>
242
+ <p>The system to be inspected needs to have the following commands:</p>
243
+ <ul>
244
+ <li><code>rpm</code> or <code>dpkg</code></li>
245
+ <li><code>zypper</code>, <code>yum</code>, or <code>apt-cache</code></li>
246
+ <li><code>rsync</code></li>
247
+ <li><code>chkconfig</code>, <code>initctl</code>, or <code>systemctl</code></li>
248
+ <li><code>cat</code></li>
249
+ <li><code>sed</code></li>
250
+ <li><code>find</code></li>
251
+ <li><code>tar</code></li>
252
+ </ul>
253
+ </li>
254
+ <li>
255
+ <p>When inspecting as non-root the user needs passwordless sudo rights.
256
+ The following entry in the sudoers file would allow the user <code>machinery</code>
257
+ to run sudo without password input:</p>
258
+ <p>machinery ALL=(ALL) NOPASSWD: ALL</p>
259
+ </li>
260
+ <li>
261
+ <p>To add a remote <code>machinery</code> user run as root:</p>
262
+ <p># <code>useradd</code> -m machinery -c "remote user for machinery"</p>
263
+ <p>To configure a password for the new user run:</p>
264
+ <p># <code>passwd</code> machinery</p>
265
+ </li>
266
+ </ul>
267
+ <h2 id="examples">Examples</h2>
268
+ <ul>
269
+ <li>
270
+ <p>Inspect remote system <code>myhost</code> and save system description under name
271
+ 'MySystem':</p>
272
+ <p>$ <code>machinery</code> inspect --name=MySystem myhost</p>
273
+ </li>
274
+ <li>
275
+ <p>Inspect the installed packages of your local system and save system description
276
+ under the name 'localhost' (you need to become root):</p>
277
+ <p># <code>machinery</code> inspect --scope="packages" localhost</p>
278
+ </li>
279
+ <li>
280
+ <p>Extracts changed managed files and saves them in the same way as changed
281
+ configuration files are saved:</p>
282
+ <p>$ <code>machinery</code> inspect --scope=changed-managed-files --extract-files myhost</p>
283
+ </li>
284
+ <li>
285
+ <p>To inspect the remote system <code>myhost</code> with the user <code>machinery</code>:</p>
286
+ <p>$ <code>machinery</code> inspect --remote-user machinery myhost</p>
287
+ </li>
288
+ </ul>
289
+ </div>
290
+ </div>
291
+ </body>
292
+ </html>
@@ -0,0 +1,187 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <link href="../../css/custom.css" rel="stylesheet">
6
+ </head>
7
+ <body id="manpage">
8
+ <div id="back">
9
+ <a href="../..">
10
+ <img src="../../img/hand3.png" class="hand3"/>
11
+ <div class="goback">Go back to the web site</div>
12
+ </a>
13
+ </div>
14
+ <div class="mp">
15
+ <div class="nav">
16
+ <ul>
17
+
18
+
19
+ <li class="">
20
+ <a href="../">Welcome</a>
21
+ </li>
22
+
23
+
24
+
25
+
26
+ <li class="">
27
+ <a href="../machinery_main_general.1/">General Overview</a>
28
+ </li>
29
+
30
+
31
+
32
+
33
+ <li class="">
34
+ <a href="../machinery_main_scopes.1/">Scopes</a>
35
+ </li>
36
+
37
+
38
+
39
+
40
+ <li class="">
41
+ <a href="../machinery_main_usecases.1/">Use cases</a>
42
+ </li>
43
+
44
+
45
+
46
+
47
+ <li class="">
48
+ <a href="../machinery_main_security_implications.1/">Security Implications</a>
49
+ </li>
50
+
51
+
52
+
53
+
54
+ <li>Commands
55
+ <ul>
56
+
57
+ <li class="">
58
+ <a href="../machinery-analyze.1/">Analyze</a>
59
+ </li>
60
+
61
+ <li class="">
62
+ <a href="../machinery-build.1/">Build</a>
63
+ </li>
64
+
65
+ <li class="">
66
+ <a href="../machinery-compare.1/">Compare</a>
67
+ </li>
68
+
69
+ <li class="">
70
+ <a href="../machinery-config.1/">Config</a>
71
+ </li>
72
+
73
+ <li class="">
74
+ <a href="../machinery-copy.1/">Copy</a>
75
+ </li>
76
+
77
+ <li class="">
78
+ <a href="../machinery-deploy.1/">Deploy</a>
79
+ </li>
80
+
81
+ <li class="">
82
+ <a href="../machinery-export-autoyast.1/">Export AutoYaST</a>
83
+ </li>
84
+
85
+ <li class="">
86
+ <a href="../machinery-export-kiwi.1/">Export Kiwi</a>
87
+ </li>
88
+
89
+ <li class="">
90
+ <a href="../machinery-export-html.1/">Export HTML</a>
91
+ </li>
92
+
93
+ <li class="">
94
+ <a href="../machinery-inspect.1/">Inspect</a>
95
+ </li>
96
+
97
+ <li class="">
98
+ <a href="../machinery-inspect-container.1/">Inspect Container</a>
99
+ </li>
100
+
101
+ <li class="current">
102
+ <a href="./">List</a>
103
+ </li>
104
+
105
+ <li class="">
106
+ <a href="../machinery-man.1/">Man</a>
107
+ </li>
108
+
109
+ <li class="">
110
+ <a href="../machinery-move.1/">Move</a>
111
+ </li>
112
+
113
+ <li class="">
114
+ <a href="../machinery-remove.1/">Remove</a>
115
+ </li>
116
+
117
+ <li class="">
118
+ <a href="../machinery-serve.1/">Serve</a>
119
+ </li>
120
+
121
+ <li class="">
122
+ <a href="../machinery-show.1/">Show</a>
123
+ </li>
124
+
125
+ <li class="">
126
+ <a href="../machinery-upgrade-format.1/">Upgrade Format</a>
127
+ </li>
128
+
129
+ <li class="">
130
+ <a href="../machinery-validate.1/">Validate</a>
131
+ </li>
132
+
133
+ </ul>
134
+ </li>
135
+
136
+
137
+
138
+ </ul>
139
+ </div>
140
+ <div class="content">
141
+ <h1 id="list-list-system-descriptions">list — List System Descriptions</h1>
142
+ <h2 id="synopsis">Synopsis</h2>
143
+ <p><code>machinery list</code> [OPTIONS] [NAME[,NAME2[,NAME3]]]</p>
144
+ <p><code>machinery</code> help list</p>
145
+ <h2 id="description">Description</h2>
146
+ <p>List the specified system descriptions if parameter name is given.
147
+ List all available system descriptions in the internal database if no name parameter is given.
148
+ The list is sorted alphabetically and contains a name and the
149
+ scopes for each system.</p>
150
+ <h2 id="options">Options</h2>
151
+ <ul>
152
+ <li><code>--verbose</code> (optional):
153
+ Print additional information about the origin of scopes.
154
+ Currently displays [HOSTNAME] and (DATE).</li>
155
+ <li><code>--short</code> (optional):
156
+ List only descripton names.</li>
157
+ <li><code>--html</code> (optional):
158
+ Run a web server and open the list of system descriptions in HTML format in
159
+ your web browser using the <code>xdg-open</code> command.</li>
160
+ </ul>
161
+ <h2 id="examples">Examples</h2>
162
+ <ul>
163
+ <li>
164
+ <p>Lists the two specified system descriptions <code>a</code> and <code>b</code>:</p>
165
+ <p>$ <code>machinery</code> list a b</p>
166
+ </li>
167
+ <li>
168
+ <p>Lists all available system descriptions:</p>
169
+ <p>$ <code>machinery</code> list</p>
170
+ </li>
171
+ <li>
172
+ <p>Same as previous command, but additionally prints the date of each scope:</p>
173
+ <p>$ <code>machinery</code> list --verbose</p>
174
+ </li>
175
+ <li>
176
+ <p>Lists all available system description names without any additional details:</p>
177
+ <p>$ <code>machinery</code> list --short</p>
178
+ </li>
179
+ <li>
180
+ <p>Opens HTML view of list of all available system descriptions in web browser:</p>
181
+ <p>$ <code>machinery</code> list --html</p>
182
+ </li>
183
+ </ul>
184
+ </div>
185
+ </div>
186
+ </body>
187
+ </html>