Project

General

Profile

Ciop-tutorial » History » Version 4

Herve Caumont, 2013-09-21 00:34

1 2 Herve Caumont
h1. ciop-tutorial CLI reference
2 1 Herve Caumont
3 2 Herve Caumont
{{>toc}}
4
5
h2. Name
6
7 4 Herve Caumont
ciop-tutorial -- manages the installation/removal of a tutorial application. A new install will replace any previously installed application.
8 2 Herve Caumont
9
h2. Synopsis
10
11
<pre>
12
ciop-tutorial [options]
13
</pre>
14
15
h2. Options
16
17
[list]					provides the list of available tutorials
18 4 Herve Caumont
[install] {tutorial}	installs the specified tutorial by replacing any previous one
19 2 Herve Caumont
    
20 1 Herve Caumont
h2. Exit codes
21
22 2 Herve Caumont
-
23
24
h2. Examples
25
26 4 Herve Caumont
h3. Example 1. List the available tutorials
27
28 2 Herve Caumont
<pre>
29
ciop-tutorial list
30 3 Herve Caumont
</pre>
31 2 Herve Caumont
32 4 Herve Caumont
h3. Example 2. Install the specified tutorial
33
34 3 Herve Caumont
<pre>
35
ciop-tutorial install beam-arithm
36 2 Herve Caumont
</pre>