Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apparentlymart/go-rundeck-api

Go client for the Rundeck HTTP API
https://github.com/apparentlymart/go-rundeck-api

Last synced: 2 months ago
JSON representation

Go client for the Rundeck HTTP API

Awesome Lists containing this project

README

        

# go-rundeck-api

This 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.

It should ``go install`` just like any other Go package:

* ``go install github.com/apparentlymart/go-rundeck-api/rundeck``

For reference documentation, see [godoc](https://godoc.org/github.com/apparentlymart/go-rundeck-api/rundeck).