To install simply
$ pip install dropmanDropMan will read the configuration file by default from your home directory ~/.dropman but you can also
create
the configuration file wherever you want and specify as an option
$ dropman my_command --config-path=path/to/my/ .dropman
Create the .dropman configuration file in your home directory or in any .
$ touch ~/.dropmanAdd the Digital Ocean API token to the configuration file:
token: "YOUR DIGITAL OCEAN API TOKEN"To list the options available:
$ dropman --helpList all droplets:
$ dropman listReboot a droplet:
$ dropman reboot <id>Shutdown a droplet:
$ dropman shutdown <id>Power On a droplet:
$ dropman poweron <id>Power Off (hard shutdown) a droplet:
$ dropman poweroff <id>Power Cycle (hard reboot) a droplet:
$ dropman powercycle <id>