Revision 6489c38b docs/commands.rst

b/docs/commands.rst
246 246

  
247 247
.. Note:: In kamaki shell, / is used to access top-level command groups while working in command group contexts
248 248

  
249

  
250
ip (Compute/Cyclades)
251
---------------------
252

  
253
.. code-block:: text
254

  
255
    info:    Details for an IP
256
    list:    List reserved floating IPs
257
    attach:  Attach a floating IP to a server
258
    pools:   List pools of floating IPs
259
    release: Release a floating IP
260
    detach:  Detach a floating IP from a server
261
    reserve: Reserve a floating IP
262

  
263
Showcase: Reserve and attach IP to server
264
-----------------------------------------
265

  
266
.. code-block:: text
267

  
268
    * Enter IP context *
269
    [kamaki]: ip
270

  
271
    * Reserve an IP and see servers *
272
    [kamaki]: reserve
273
    123.456.78.9
274
    [kamaki]: /server list
275
    42   My Windows Server
276
    43   My Linux Server
277

  
278
    * Attach IP to server
279
    [kamaki]: attach 43 123.456.78.9
280

  
281
.. Note:: In kamaki shell, / is used to access top-level command groups while
282
    working in command group contexts
283

  
249 284
network (Compute/Cyclades)
250 285
--------------------------
251 286

  

Also available in: Unified diff