Skip to content

rackerlabs/goclouddns

Repository files navigation

goclouddns

A gophercloud compatible Go module for supporting Rackspace Cloud DNS. If you use goraxauth, like the test binary does then you can support Rackspace API keys.

Install

go install github.com/rackerlabs/goclouddns/cmd/clouddns@latest

You can also download prebuilt binaries from GitHub Releases.

CLI Usage

To use the CLI, you'll need a cloud username and password or API key.

export OS_USERNAME=[username]
export RAX_API_KEY=[api-key]
# or if you can auth by a password
export OS_PASSWORD=[password]
clouddns domain list
clouddns record list <domain-id>

About

gophercloud compatible extension for Rackspace Cloud DNS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors