You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated Remote Site Snapshots disembark: A powerful new command that uses browser automation (Playwright) to remotely log into a WordPress site, install and activate the Disembark Connector plugin, retrieve a connection token, and initiate a backup. It's a complete, hands-off solution for snapshotting a remote site without prior access.
Debug Mode for Browser Automation --debug: The disembark command now includes a --debug flag to run the browser automation in a visible (headed) mode, making it easy to troubleshoot login or installation issues.
✨ Improvements
Selective Backups backup --exclude: The backup command now accepts multiple --exclude="<pattern>" flags, allowing you to easily omit specific files or directories (like large cache folders) from the backup archive.
Script-Friendly Backups backup --quiet: Added a --quiet flag to the backup command to suppress all informational output and print only the final backup URL, perfect for scripting and automation.
Contextual Performance Testing find slow-plugins: The find slow-plugins command can now test performance against a specific front-end page render (e.g., _do find slow-plugins /about-us) instead of just the WP-CLI bootstrap, providing more relevant and accurate results for front-end slowdowns.