0.1.2 • Published 10 years ago

hubot-etcd v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hubot-etcd

A Hubot script for querying an etcd cluster

NPM

Installation

In hubot project repo, run:

npm install hubot-etcd --save

Then add hubot-etcd to your external-scripts.json:

[
  "hubot-etcd"
]

Sample Interaction

user1>> hubot etcd add alias local localhost 4001
hobot>> Alias added
user1>> hubot etcd show aliases
hubot>> { "local": { "host:" "localhost", "port": "4001"}}
user1>> hubot etcd local get key1/subkey1
hubot>> {"key":"/key1/subkey1","value":"awubawub","modifiedIndex":22,"createdIndex":22}

Roadmap

0.2.0 - Cluster health

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago