We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
brew install --cask local
Have you thought about a local-cli install-add-on ADDONID command?
local-cli install-add-on ADDONID
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: