Sha256: 94e01347b1903e22a821e7bf2a45cc39e7bd48ae5736b9d2a09fe1aab785af1f
Contents?: true
Size: 784 Bytes
Versions: 2
Compression:
Stored size: 784 Bytes
Contents
# lita-server_status Store and list out the statuses of applications (prod/staging) ## Installation Add lita-server_status to your Lita instance's Gemfile: ``` ruby gem "lita-server_status" ``` ## Configuration No configuration variables needed. Lita looks for strings following this regex: ```/(?::eyes:)*\s*(.+) is deploying (.+)\/(.+) to (.+)/i``` Which looks like: `:eyes: Tammy Tester is deploying App/Environment to BranchName` or `Tammy Tester is deploying App/Environment to BranchName` ## Usage ``` lita server status ``` List out the server statuses. ## Output: ``` App STAGING: Branch (Tammy Tester @ 2014-07-24 12:10:54 -0600) App PRODUCTION: Branch (Tammy Tester @ 2014-07-24 12:10:54 -0600) ``` ## License [MIT](http://opensource.org/licenses/MIT)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lita-server_status-1.0.1 | README.md |
lita-server_status-1.0.0 | README.md |