Skip to content

Commit

Permalink
Updating README.rst for 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Apr 23, 2017
1 parent 50dfdd2 commit 7680c3b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ List, start, stop and ssh to AWS instances using Name or Instance-ID
---------------------------------------------------------------------------------


|TRAVIS| |Code Climate| |GitHub issues| |PyPi release| |lang| |license|
|TRAVIS| |Code Climate| |GitHub issues| |PyPi release| |lang| |license|


--------------
Expand Down Expand Up @@ -48,6 +48,10 @@ Details
- list stopped instances ``-s`` or ``--stopped``
- list instances with specified name ``awss list NAME``
- list instance with specified instance-id ``awss list -i ID``
- state, NAME, and instance-id may be combined in queries

- ex: list instances with NAME currently running: ``awss list NAME -r``

- command specific help ``awss list -h``

- Start Instance: ``awss start NAME`` or ``awss start -i ID``
Expand All @@ -70,7 +74,7 @@ The ``start``, ``stop``, and ``ssh`` commands verify that their action will appl
- the instance-specification given (name or ID)
- the running-state appropriate for the command

- If multiple instances match these conditions, they are listed and the user is asked to select the intended target.
- If multiple instances match these conditions, they are listed and the user selects the intended target.

The **running-state** appropriate for each command is as follows:

Expand Down Expand Up @@ -115,4 +119,3 @@ This utility can be installed with ``pip``:
:target: https://pypi.python.org/pypi/awss
.. |Travis| image:: https://travis-ci.org/robertpeteuil/aws-shortcuts.svg?branch=master
:target: https://travis-ci.org/robertpeteuil/aws-shortcuts

0 comments on commit 7680c3b

Please sign in to comment.