Sha256: 8ca1a0da430f9214c5dacf672e75600d3a87ea6e4e06331925adce61be729d5d
Contents?: true
Size: 554 Bytes
Versions: 2
Compression:
Stored size: 554 Bytes
Contents
Cmd Chatops RPC === This gem implments a simple command line interface to test chatops. ### Setup This gem requires a configuration file. This is a sample of what it looks like ```yaml user: "anglinb" endpoints: - endpoint: http://localhost:8889/_example - endpoint: http://localhost:8889/_hello_world ``` It must specify the `user` which can be any string and a series of endpoints to poll for chatops. This gem also requires a private key to authenticate itself with the chatop endpoint. ### Usage `chatops -c config.yml -p private.key`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cmd-chatops-rpc-0.0.2 | README.md |
cmd-chatops-rpc-0.0.1 | README.md |