CaptainCore Do is a collection of useful command-line utilities for managing WordPress sites which anyone can use from a single CLI captaincore-do
. It’s created as a standalone CLI without the need of the CaptainCore toolkit. While it shares some overlap with other parts of CaptainCore, CaptainCore Do requires zero setup or installation.

The easiest way to use CaptainCore Do is by defining an alias to captaincore.io/do. That allows you to use captaincore-do
without installing anything. This will last for the duration of your terminal session.
alias captaincore-do='curl -sL https://captaincore.io/do | bash -s'
You can also shorthand the alias. Maybe _do
fits your style better?
alias _do='curl -sL https://captaincore.io/do | bash -s'
Learn more and contribute over at Github: https://github.com/CaptainCore/do.