]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/apparentlymart/go-rundeck-api/README.md
provider: Ensured Go 1.11 in TravisCI and README
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / apparentlymart / go-rundeck-api / README.md
CommitLineData
9b12e4fe
JC
1# go-rundeck-api
2
3This is a Go client for the Rundeck HTTP API. It was primarily developed to back the Rundeck provider in [Terraform](https://terraform.io), but can be used standalone too.
4
5It should ``go install`` just like any other Go package:
6
7* ``go install github.com/apparentlymart/go-rundeck-api/rundeck``
8
9For reference documentation, see [godoc](https://godoc.org/github.com/apparentlymart/go-rundeck-api/rundeck).