0.1.2 • Published 10 years ago
dig-oc v0.1.2
digitalocean-cli
CLI which will interact with the Digital Ocean API
npm install -g dig-ocTo initialise with your api token, or change token.
dig-oc --initTo list all of your current droplets.
dig-oc --droplets || -dReturns a list of droplets you can delete.
dig-oc --deletedeletes a specific droplet where n is the id of given droplet.
dig-oc --delete -i <n>Create a new droplet.
dig-oc --create || -c