This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
1.2.0
Changes since v1.1.0
- New command:
dashing stop
will kill a running dashing instance (alias forthin stop
) - Jobs are now loaded from subdirectories of the
jobs
dir - Application messaging. You can now send messages to entire dashboards. There's an example dashboard reload task that works as follows:
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/sample