msfouda / RubyCli-status-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatusPage

StatusPage

Installation Local

to user Locally within it's directory

  bundle install

Test

  rake spec

StatusPage

Usage

Using within local Directory run

  bundle exec exe/status-page hello yourname
  bundle exec exe/status-page pull
  bundle exec exe/status-page live
  bundle exec exe/status-page history
  bundle exec exe/status-page backup <Directory path for history backup>
  bundle exec exe/status-page restore <Full Path for history restore file>
  bundle exec exe/status-page add <Server name> <Server API>
  bundle exec exe/status-page delete <Server name>

Usage form anywhere run first

  rake install
  status-page hello yourname
  status-page pull

StatusPage

  status-page live

StatusPage

  status-page history

StatusPage

  status-page backup <Directory path for history backup>
  status-page restore <Full Path for history restore file>
  status-page add <Server name> <Server API>

StatusPage

StatusPage

  status-page delete <Server name>

StatusPage

Installation After Release

Add this line to your application's Gemfile:

gem "status-page"

And then execute:

$ bundle

Or install it yourself as:

$ gem install status-page

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

License:MIT License


Languages

Language:Ruby 100.0%