Skip to main content

A digital ocean management command line program in Python.

Project description

Installation

To install simply

$ pip install dropman

Configuration

Create the .dropman configuration file in your home directory.

$ touch ~/.dropman

Add the Digital Ocean API token to the configuration file:

token: "YOUR DIGITAL OCEAN API TOKEN"

Run

To list the options available:

$ dropman --help

List all droplets:

$ dropman list

Shutdown a droplet:

$ dropman shutdown <id>

Power On a droplet:

$ dropman poweron <id>

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page