doctl

Command-line tool for managing DigitalOcean cloud resources

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for DigitalOcean

Commands

doctl

Examples

List all droplets in your DigitalOcean account$ doctl compute droplet list
Create a new droplet with Ubuntu 20.04$ doctl compute droplet create my-droplet --region nyc3 --image ubuntu-20-04-x64 --size s-1vcpu-1gb
Manage DNS records for a domain$ doctl compute domain records list example.com