Metadata-Version: 1.1
Name: etcd-cli
Version: 0.1.post3
Summary: etcd-cli CLI for Etcd based on schemas per directory
Home-page: https://github.com/mickep76/etcd-cli.git
Author: Michael Persson
Author-email: michael.ake.persson@gmail.com
License: Apache License, Version 2.0
Description: etcd-cli CLI for Etcd based on schemas per directory
        
        Install
        =======
        
        .. code-block:: bash
        
          pip install etcd-cli
        
        Examples
        ========
        
        .. code-block:: bash
        
          $ etcd-cli -d set host --host foo.example.com --ip 10.130.197.17 \
          --netmask 255.255.255.0 --gw 10.130.197.254 --hwaddr 6c:ae:8b:60:46:ba \
          --site eur-1
          [INFO    ] Using config file: /etc/etcd-cli/etcd-cli.conf
          [INFO    ] Loading template: templates/host.jinja
          [INFO    ] Set: /host/foo.example.com/site: eur-1
          [INFO    ] Set: /host/foo.example.com/eth0/ip: 192.168.0.1
          [INFO    ] Set: /host/foo.example.com/eth0/hwaddr: 6c:ae:8b:60:46:ba
          [INFO    ] Set: /host/foo.example.com/eth0/netmask: 255.255.255.0
          [INFO    ] Set: /host/foo.example.com/eth0/gw: 192.168.0.254
          [INFO    ] Set: /hwaddr/3c:ae:6b:60:46:ca/interface: eth0
          [INFO    ] Set: /hwaddr/3c:ae:6b:60:46:ca/hostname: foo.example.com
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Topic :: Database
