terraform/vendor/github.com/apparentlymart/go-rundeck-api
James Bardin cfa299d2ee Update deps in unknown state and rever nomad
Nomad was manually updated, so revert that to the version in master,
remove it from vendor.json and add it to the ignore list.

Update all packages that were in an unknown state to their latest master
commits.
2017-01-19 20:10:17 -05:00
..
rundeck Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -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.