Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apparentlymart/go-rundeck-api
- Owner: apparentlymart
- License: mit
- Created: 2015-06-14T02:39:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T11:08:59.000Z (over 6 years ago)
- Last Synced: 2024-10-04T18:51:33.255Z (3 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).