I'd like to automate setup of my Local sites on new machines as much as possible. I can already `brew install --cask local` but I'd also like to install the "Cloud Backups" plugin I use, via the CLI. Have you thought about a `local-cli install-add-on ADDONID` command?
I'd like to automate setup of my Local sites on new machines as much as possible.
I can already
brew install --cask localbut I'd also like to install the "Cloud Backups" plugin I use, via the CLI.Have you thought about a
local-cli install-add-on ADDONIDcommand?