Categorygithub.com/mshetland/go-octopusdeploy
repositorypackage
1.6.3
Repository: https://github.com/mshetland/go-octopusdeploy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-octopusdeploy Build status

A Go wrapper for the Octopus Deploy REST API.

This exists to be used in the Octopus Deploy Terraform Provider.

:warning: The Octopus Deploy REST Client is in heavy development.

Go Dependencies

Using the main.go Example

export OCTOPUS_URL=http://localhost:8081/
export OCTOPUS_APIKEY=API-FAKEAPIKEYFAKEAPIKEY

go run main.go # creates a project

Contributing

💻 Want to help me out? Check out CONTRIBUTING.md and hit me up @MattHodge.