PagerDuty CLI (Under development)
A command line interface for Pagerduty. Interact with incidents with commands (e.g. C-k, C-r) while naviagting them via (j, k).
- clone the project
git clone [email protected]:mhmoudgmal/pdcli
- install go dep tool
go get -u github.com/golang/dep/cmd/dep
- run
dep ensure
This project uses ginkgo BDD framework https://github.com/onsi/ginkgo
- run
go test ./...
- or install ginkgo and run
ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace
go build
./pdcli [email protected] -token=pd_token