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
wpmsinstead, 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