Revision 4067cdaf docs/usage.rst

b/docs/usage.rst
107 107
    $ kamaki store list mycontainer
108 108

  
109 109

  
110
    Example 3.1.1: List stored files in container mycontainer
110
    Example 3.1.1: List stored files in container mycontainer.
111 111

  
112 112
Example 2.3.2 showcases a command without parameters (the group is "server", the command is "list").
113 113

  
......
118 118
    $ kamaki server info 42
119 119

  
120 120

  
121
    Example 3.1.2: Show information about a user-managed VM with id 42
121
    Example 3.1.2 Show information about a user-managed VM with id 42
122 122

  
123 123
Client commands can feature an arbitarry number of terms:
124 124

  
......
134 134

  
135 135
    kamaki <group> <command> [arguments]
136 136

  
137
The commands supported in version 0.6.1 are described bellow, grouped by service. The examples showcase a sample set of group commands and were run in the kamaki interactive shell:
137
The commands supported in version 0.6.1 are described bellow, grouped by service. The examples showcase a sample set of group commands. The kamaki interactive shell has been chosen as the execution enviroment:
138 138

  
139 139
astakos (Identity Manager)
140 140
""""""""""""""""""""""""""
......
146 146
Showcase: get user information, provided the token was set
147 147

  
148 148
.. code-block:: console
149
    :emphasize-lines: 1, 2, 12
149
    :emphasize-lines: 3-11
150 150

  
151 151
    [kamaki]:astakos
152 152
    [astakos]:authenticate
......
172 172
Showcase: show details for flavor with id 43
173 173

  
174 174
.. code-block:: console
175
    :emphasize-lines: 1, 2, 9
175
    :emphasize-lines: 3-8
176 176

  
177 177
    [kamaki]: flavor
178 178
    [flavor]: info 43
......
208 208
Showcase: show a list of public images, list the properties of Debian Base
209 209

  
210 210
.. code-block:: console
211
    :emphasize-lines: 1, 2, 14, 23
211
    :emphasize-lines: 3-13,15-22
212 212

  
213 213
    [kamaki]:image
214 214
    [image]:list
......
260 260
Showcase: Create a server: Show create help, find a flavor and an image make a server. Wait for server to be build, get server details. Note that the progress bar feature is optional (see )
261 261

  
262 262
.. code-block:: console
263
    :emphasize-lines: 1, 2, 17, 34, 41, 57, 60, 67
263
    :emphasize-lines: 3-16,18-33,35-40,42-56,58,59,61-66
264 264

  
265 265
    [kamaki]:server
266 266
    [server]:create -h
......
279 279
      --config CONFIG       Path to configuration file
280 280
      -s, --silent          Do not output anything
281 281
    [server]:/image list
282
    1395fdfb-51b4-419f-bb02-f7d632860611 (Ubuntu Desktop LTS (Long Term Support))
283

  
282
    1395fdfb-51b4-419f-bb02-f7d632860611 (Ubuntu Desktop LTS)
284 283
    1580deb4-edb3-4496-a27f-7a246c4c0528 (Ubuntu Desktop)
285

  
286
    18a82962-43eb-4b32-8e28-8f8880af89d7 (Kubuntu LTS (Long Term Support))
287

  
288
    6aa6eafd-dccb-422d-a904-67fe2bdde87e (Debian Desktop)
289

  
290
    6b5681e4-7502-46ae-b1e9-9fd837932095 (maelstrom)
291

  
292
    78262ee7-949e-4d70-af3a-85360c3de57a (Windows Server 2012)
293
    86bc2414-0fb3-4898-a637-240292243302 (Fedora)
294
    926ab1c5-2d85-49d4-aebe-0fce712789b9 (Windows Server 2008)
295
    b2dffe52-64a4-48c3-8a4c-8214cc3165cf (Debian Base)
296
    baf2321c-57a0-4a69-825d-49f49cea163a (CentOS)
297
    c1d27b46-d875-4f5c-b7f1-f39b5af62905 (Kubuntu)
284
    |18a82962-43eb-4b32-8e28-8f8880af89d7 (Kubuntu LTS)
285
    |6aa6eafd-dccb-422d-a904-67fe2bdde87e (Debian Desktop)
286
    |6b5681e4-7502-46ae-b1e9-9fd837932095 (maelstrom)
287
    |78262ee7-949e-4d70-af3a-85360c3de57a (Windows Server 2012)
288
    |86bc2414-0fb3-4898-a637-240292243302 (Fedora)
289
    |926ab1c5-2d85-49d4-aebe-0fce712789b9 (Windows Server 2008)
290
    |b2dffe52-64a4-48c3-8a4c-8214cc3165cf (Debian Base)
291
    |baf2321c-57a0-4a69-825d-49f49cea163a (CentOS)
292
    |c1d27b46-d875-4f5c-b7f1-f39b5af62905 (Kubuntu)
298 293
    [server]:/flavor info 1
299 294
    SNF:disk_template:  drbd
300 295
    cpu              :  1

Also available in: Unified diff