diff --git a/README.md b/README.md index 3803af0..aeefbaf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # wavectl +[![CircleCI](https://circleci.com/gh/box/wavectl.svg?style=svg)](https://circleci.com/gh/box/wavectl) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) + A command line client for [Wavefront](https://www.wavefront.com) inspired by [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) and [git](https://git-scm.com/docs) command line tools. ## Example Commands diff --git a/doc/GitIntegration.md b/doc/GitIntegration.md index e56f83b..f2a330f 100644 --- a/doc/GitIntegration.md +++ b/doc/GitIntegration.md @@ -30,8 +30,8 @@ Each `pull` command creates a new commit with the changes pulled from the Wavefr ``` $ git -C /tmp/GitIntegrationPull/alerts log --oneline - e8e31e4 Added files due to pull cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert - 2378f59 Initial commit with the README.md file + 774ccab Added files due to pull cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert + 4a6b940 Initial commit with the README.md file ``` If you execute a long running daemon executing periodic pulls from Wavefront, an extensive git history can be built. The git history will correspond to users' edits to alerts and dashboards. @@ -52,9 +52,9 @@ For example: ``` $ git -C /tmp/GitIntegrationPull/alerts log 1523082347619.alert - commit e8e31e45a6db2e1103b3a5b0b39d03f73cca4d25 + commit 774ccab540faf10e1ebfa0126ab8c1e9f033195d Author: Hakan Baba - Date: Tue Jun 5 00:03:13 2018 -0700 + Date: Thu Jun 7 22:39:45 2018 -0700 Added files due to pull cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert ``` @@ -63,9 +63,9 @@ For example: ``` $ git -C /tmp/GitIntegrationPull/alerts log -S snoozed 1523082349048.alert - commit e8e31e45a6db2e1103b3a5b0b39d03f73cca4d25 + commit 774ccab540faf10e1ebfa0126ab8c1e9f033195d Author: Hakan Baba - Date: Tue Jun 5 00:03:13 2018 -0700 + Date: Thu Jun 7 22:39:45 2018 -0700 Added files due to pull cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert ``` @@ -133,7 +133,7 @@ Submit your changes to the local repo: ``` $ git -C /tmp/GitIntegrationPush/alerts commit -a -m "proc. is replaced with host.proc." - [master faf5576] proc. is replaced with host.proc. + [master 262fe69] proc. is replaced with host.proc. 3 files changed, 6 insertions(+), 6 deletions(-) ``` diff --git a/doc/sphinx/README.md b/doc/sphinx/README.md index 5bedd6c..d89dcfe 100644 --- a/doc/sphinx/README.md +++ b/doc/sphinx/README.md @@ -1,7 +1,8 @@ - \# wavectl +\[!\[CircleCI\]\(https://circleci.com/gh/box/wavectl.svg?style=svg\)\]\(https://circleci.com/gh/box/wavectl\) +\[!\[Project Status\]\(http://opensource.box.com/badges/active.svg\)\]\(http://opensource.box.com/badges\) A command line client for \[Wavefront\]\(https://www.wavefront.com\) inspired by \[kubectl\]\(https://kubernetes.io/docs/reference/kubectl/overview/\) and