sail

Provision and deploy WordPress sites to DigitalOcean via CLI

brewmacoslinux
Try with needOr install directly
Source

About

CLI toolkit to provision and deploy WordPress applications to DigitalOcean

Commands

sail

Examples

create a new wordpress server on digitalocean$ sail create
deploy wordpress application to existing server$ sail deploy
list all wordpress servers provisioned with sail$ sail list
view server details and configuration$ sail show <server-id>
delete a wordpress server and remove it from digitalocean$ sail delete <server-id>