Introducing _do
a collection of useful command-line utilities for managing WordPress sites which anyone can use with the following alias. Then type _do
in your favorite terminal.
alias _do='curl -sL https://captaincore.io/do | bash -s'
CaptainCore _do
is a standalone CLI which is ready to help. While it’s been creating using parts of the CaptainCore Toolkit, it’s a self contained bash script and requires zero setup or installation.

The alias will last for the duration of your terminal session. Want to make it persistent? Then add the alias to your ~/.bash_aliases
file or ~/.zshrc
if your use ZSH.
Learn more and contribute over at Github: https://github.com/CaptainCore/do.