Metadata-Version: 2.0
Name: hipachectl
Version: 0.3.0
Summary: Command Line Tool to Manage hipache
Home-page: https://github.org/prologic/hipachectl
Author: James Mills
Author-email: James Mills, prologic at shortcircuit dot net dot au
License: MIT
Download-URL: http://github.org/prologic/hipachectl/releases/
Keywords: hipache manage docker
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: redis

.. _docker: http://docker.com/
.. _dotCloud: http://dotcloud.com/
.. _hipache: https://github.com/hipache/hipache


hipachectl
==========

.. image:: https://badge.imagelayers.io/prologic/hipachectl:latest.svg
   :target: https://imagelayers.io/?images=prologic/hipachectl:latest
   :alt: Image Layers

hipachectl is a command-line tool and library to manage `dotCloud`_'s
`hipache`_ load balancer and reverse proxy. hipachectl lets you:

- list configured virtual hosts
- add a new virtual host
- delete a virtual host

hipachectl is MIT licensed.

Installation
------------

Either pull the automatically updated `Docker`_ image::

    $ docker pull prologic/hipachectl

Or install from the development repository::

    $ git clone https://github.com/prologic/hipachectl.git
    $ cd hipachectl
    $ pip install .


Usage
-----

To use hipachectl from `Docker`_::

    $ docker run prologic/hipachectl -u tcp://ip:port <command>

Or::

    $ hipachectl -u tcp://ip:port <command>

Where ``ip`` and ``port`` are the IP Address and Port of the `hipache`_
instance or the IP/Port of the Redis instance used. e.g: ``tcp://redis:6379``

Or if you have a named `hipache`_ instance you can use ``--link``::

    $ docker run --link hipache prologic/hipachectl

For help use the ``--help`` option.

Change Log
==========

0.2 (2015-05-26)
----------------

-  Moved project to `Github <https://github.com/prologic/hipachectl>`_

0.1 (2015-05-26)
----------------

-  Added an API

0.0.1 (2014-11-01)
------------------

-  Initial Release


