Skip to main content

A CLI Tool to manage Digital Ocean Droplets.

Project description

Installation

To install simply

$ pip install dropman

Configuration

DropMan 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 ~/.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

Reboot 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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dropman-1.1.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

dropman-1.1.3-py2.py3-none-any.whl (14.3 kB view hashes)

Uploaded Python 2 Python 3

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