The CLI now works with Local Lightning! 🎉
Use the following command to install local-wpcli
globally.
npm install -g local-wpcli
To use local-wpcli
,
- Open terminal and go to the root of the website folder.
cd ~/local-sites/wordpress/
- Type
local-wpcli
& press Enter (⏎). - Enter path to Socket file of the website & press Enter (⏎).
👉 Note: You can find
Socket
in theDATABASE
tab of the website in Local by Flywheel's desktop app. Please refer to the following screenshot below for help.
- At this point, you can run
wp
as you normally would.
MIT © Ashar Irfan.
This project is inspired by Create Guten Block.