After you install wp-cli
:
- Install wpmu wrapper:
curl https://gist.githubusercontent.com/iamntz/0018e0535d15e00cf012a18486f102ad/raw/wpms.sh -o /usr/local/bin/wpmu
- make it executable:
chmod +x /usr/local/bin/wpms
- Run commands as you'd normally do, using
wpms
instead, e.g.wpms plugin list
- Download the powershell script in a global PATH:
curl https://gist.githubusercontent.com/iamntz/0018e0535d15e00cf012a18486f102ad/raw/wpms.ps1 -O
- Run commands as you'd normally do:
wpms plugin list