Metadata-Version: 2.0
Name: gocd-cli.commands.echo
Version: 1.0
Summary: An example echo command
Home-page: UNKNOWN
Author: Björn Andersson
Author-email: ba@sanitarium.se
License: MIT License
Platform: UNKNOWN
Requires-Dist: gocd-cli (>=0.7,<1.0)

gocd_cli.commands.echo
======================

An example external command that can interface with the `gocd-cli`_.

Usage
-----

Install the command from PyPi and then call it:

.. code-block:: shell

    $ pip install gocd-cli.commands.echo
    $ gocd echo echo "Well HELLO there"
    Well HELLO there

.. _gocd-cli: https://github.com/gaqzi/py-gocd-cli/


