UNPKG

dropletctl

Version:

A convenient CLI tool to quickly spin up DigitalOcean droplets

28 lines (16 loc) 704 B
# dropletctl <p align="center"><img src="/media/demo.gif?raw=true"/></p> [![CircleCI](https://circleci.com/gh/BrunoScheufler/dropletctl.svg?style=svg)](https://circleci.com/gh/BrunoScheufler/dropletctl) > A convenient CLI tool to quickly spin up DigitalOcean droplets ## installation ```bash npm i -g dropletctl # or if you prefer yarn yarn global add dropletctl ``` ## usage Simply run ```bash dropletctl ``` and if you use dropletctl for the first time on your machine, select `Configure dropletctl` to add your DigitalOcean API token. If you do not want to utilize the configuration and prefer environment variables, you can also add your token as an env variable named `DROPLETCTL_TOKEN`.