local-cli icon indicating copy to clipboard operation
local-cli copied to clipboard

CLI for Local, the #1 local WordPress development tool

Results 9 local-cli issues
Sort by recently updated
recently updated
newest added

These two commands, clone site and rename site would make it easy to do automated local backups of Local sites. If the clone command returns the site id, then you...

Hi, Would it be possible to start/stop sites using site name instead of site id ? The site id - is not as useful as we have to list all...

**Hey,** I found the following problem. Am I miss something? The Local (v5.9.8) is running at my side , but I've got this error message: `local-cli --help` Local CLI =========...

In an effort to automate as much of running client updates each month as I can, I currently have a script that will crawl through a configured list of directories...

Something like: ``` local-cli create-site --name="Name of the site" --domain=mysite.local --php=8.0.0 --mysql=8.0.16 --webserver=nginx --ssl=true --multisite=false ``` While none of the parameters would be required (except maybe name) and would just...

For backup purposes I'd like to be able to export the database of a project,

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...

This change changes the file path for windows installs. It is tested and works on Windows 11 from within an npm script. I don't have the ability to test if...

Currently the output of each command is a human-readable table with no other options. This is fine for manual usage, but not for more complex scripting. The WP-CLI has a...