dropletctl
v2.1.39
Published
A convenient CLI tool to quickly spin up DigitalOcean droplets
Downloads
206
Maintainers
Readme
dropletctl
A convenient CLI tool to quickly spin up DigitalOcean droplets
installation
npm i -g dropletctl
# or if you prefer yarn
yarn global add dropletctl
usage
Simply run
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
.