Dashdate
Update your dashing dashboards from a command line.
Installation
Add this line to your application's Gemfile:
gem 'dashdate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dashdate
Usage
To update the Karma widget in the sample app with a new value of 100:
$ dashdate --widget karma --values value=100 -a YOUR_AUTH_TOKEN
Only works with localhost:3030 right now. Planning to add support for other urls and aliases next.
Contributing
- Fork it ( https://github.com/[my-github-username]/dashdate/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request