Sha256: 251e69363c100b56eafe90a9a50b4933fd793832602bd3e776f6499e89ef1add
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 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: ```/(.+) is starting deploy of '(.+)' from branch '(.+)' to (.+)/i``` Which looks like: 'Waffle McRib is starting deploy of 'BATMAN' from branch 'AWESOME' to STAGING' ## Usage ``` lita server status ``` List out the server statuses. ## Output: ``` BATMAN STAGING: AWESOME (Waffle McRib @ 2014-07-24 12:10:54 -0600) FAKEAPP PRODUCTION: MASTER (Waffle McRib @ 2014-07-24 12:10:54 -0600) ``` ## License [MIT](http://opensource.org/licenses/MIT)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lita-server_status-0.0.4 | README.md |
lita-server_status-0.0.3 | README.md |
lita-server_status-0.0.2 | README.md |
lita-server_status-0.0.1 | README.md |