- Site List: terminus taoti:site:list
- Multidev
- Create: terminus multidev:create --
Example Usage for terminus: terminus wp <site>.<env> -- <command>
Example Usage for lando: lando wp <command>
- Update Database:
wp core update-db - List Users:
wp user list - Update Specific User's Password: `wp user update --user_pass=bubbles
- Only do this for Lando, otherwise look up in LastPass and leave unchanged.
- Deactivate Plugin:
wp plugin deactivate <plugin>OR (for bulk deactivations)wp plugin deactivate <plugin_1> <plugin_2> <plugin_3> - Access a SAML-based SSO Managed Site Locally:
lando wp plugin deactivate wp-saml-auth- There's usually a 'child' plugin with SSO credentialing, but disabling
wp-saml-authallows for a wp-based password to be set for an existing (or new) user viawp user update.
- There's usually a 'child' plugin with SSO credentialing, but disabling