0.1.2 • Published 8 years ago

dig-oc v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

digitalocean-cli

CLI which will interact with the Digital Ocean API

npm install -g dig-oc

To initialise with your api token, or change token.

dig-oc --init

To list all of your current droplets.

dig-oc --droplets || -d

Returns a list of droplets you can delete.

dig-oc --delete

deletes a specific droplet where n is the id of given droplet.

dig-oc --delete -i <n>

Create a new droplet.

dig-oc --create || -c