Skip to content

vito/gocloud

 
 

Repository files navigation

Gocloud (did not find a better name yet)

Build Status

Disclaimer

  • This is still a heavy work in progress. THINGS WILL CHANGE!
  • See the cli tool available in gocloud (e.g. gocloud/ec2.go) for examples.

Goal

This should become a collection of golang libraries for all our beloved cloud service APIs (similar to fog).

I know that rackspace started gophercloud but somehow I could not find anything I could already use. So why not start my own?

CLI tool

Installation

make

Usage

Running gocloud without any arguments will give you a list of currently supported actions

make
gocloud 

You can e.g. list your currently running ec2 instances with

gocloud aws ec2 instances describe

You will get an error message if there are any environment variables not set. (all credentials are provided through ENV variables).

Contribute

All pull requests which make the api/code more consistent, dry, feature complete, etc. are always welcome.

About

Collection of golang libraries for cloud APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%