Revision 16d7b9ff docs/commands.rst

b/docs/commands.rst
143 143

  
144 144
.. code-block:: text
145 145

  
146
    addr    :  List a server's nic address
146
    addr    :  List a server nic address
147 147
    console :  Get a VNC console
148 148
    create  :  Create a server
149 149
    delete  :  Delete a server
150
    firewall:  Manage server's firewall profile
151
        set :  Set the server's firewall profile
152
        get :  Get the server's firewall profile
150
    firewall:  Manage server firewall profile
151
        set :  Set the server firewall profile
152
        get :  Get the server firewall profile
153 153
    ip      :  Manage floating IPs for the servers
154 154
        attach:  Attach a floating ip to a server with server_id
155
        info  :  A floating IPs' details
155
        info  :  A floating IP details
156 156
        detach:  Detach floating ip from server
157 157
        list  :  List all floating ips
158 158
        create:  Create a new floating IP
......
165 165
        set   :  Add / update server metadata
166 166
        delete:  Delete a piece of server metadata
167 167
    reboot  :  Reboot a server
168
    rename  :  Update a server's name
168
    rename  :  Update a server name
169 169
    shutdown:  Shutdown a server
170 170
    start   :  Start a server
171 171
    stats   :  Get server statistics
......
445 445
    -rw-rw-r-- 1 ******** ******** 20M Nov 26 15:42 rndm_remote.file
446 446
    [file]: !diff rndm_local.file rndm_remote.file
447 447

  
448
.. Note:: In kamaki shell, ! is used to execute OS shell commands (e.g. bash)
448
.. Note:: In kamaki shell, ! is used to execute OS shell commands (e.g., bash)
449 449

  
450 450
.. warning:: The container:object/path syntax does not function if the
451 451
    container and / or the object path contain one or more : characters. To use
452 452
    containers and objects with : use the --container and --dst-container
453
    arguments, e.g. to copy test.py object from example:dev container to
453
    arguments, e.g., to copy test.py object from example:dev container to
454 454
    example:deploy ::
455 455

  
456 456
        $ kamaki file copy --container=example:dev test.py --dst-container=example:deploy

Also available in: Unified diff