A Go wrapper for the Octopus Deploy REST API.
This exists to be used in the Octopus Deploy Terraform Provider.
⚠️ The Octopus Deploy REST Client is in heavy development.
- Dependencies are managed using Go Modules
export OCTOPUS_URL=http://localhost:8081/
export OCTOPUS_APIKEY=API-FAKEAPIKEYFAKEAPIKEY
go run main.go # creates a project
💻 Want to help me out? Check out CONTRIBUTING.md and hit me up @MattHodge.