terraform/vendor/github.com/apparentlymart/go-rundeck-api
James Bardin a0b70b0ec7 Sync the vendor folder with the manifest
A number of PRs have come through which modified the vendor folder
without recording the proper information. This resets everything back to
the recorded version.
2017-01-19 14:10:52 -05:00
..
rundeck Sync the vendor folder with the manifest 2017-01-19 14:10:52 -05:00
LICENSE vendor: Recapture deps w/ latest godep 2016-02-10 10:45:16 -06:00
README.md Improving Rundeck provider: scheduler (#9449) 2016-12-13 12:00:53 +00:00

README.md

go-rundeck-api

This is a Go client for the Rundeck HTTP API. It was primarily developed to back the Rundeck provider in Terraform, but can be used standalone too.

It should go install just like any other Go package:

  • go install github.com/apparentlymart/go-rundeck-api/rundeck

For reference documentation, see godoc.