A command line interface to the Digital Ocean API.
Ensure $GOPATH/bin
is in your PATH environment variable.
Run $ go get github.com/chuckha/flood
You need to set two environment variables for this to work.
DIGITAL_OCEAN_CLIENT_ID
DIGITAL_OCEAN_API_KEY
Then you can run the flood
command!
See flood
for usage.
- See all of your droplets:
flood droplet list
- Show all available droplet sizes:
flood size list
MIT.