Skip to content
kananigit edited this page Oct 28, 2018 · 3 revisions

Welcome to the wp-cli-scripts wiki!

We will have a dedicated folder for development scripts.

Make sure to have a scripts folder mkdir ~/Scripts

Add the folder to your environment PATH by editing the ~/.bash_profile file and adding the following line: export PATH=/Users/$USER/Scripts:$PATH

Once you’ve saved the ~/.bash_profile, you’ll need to restart your Terminal session or run source ~/.bash_profile for the changes to take effect.

TODOS The uninstall-wp.sh file will delete all files and data associated with the install. Modify the script to zip them up and archive them instead.

Clone this wiki locally