Version 7.1 of Go Live Update Urls plugin is now available and ready for general use. Version 7.1 enhances and expands the plugin’s WP-CLI capabilities.
The new commands offer complete access to all the same tools and information available in the standard UI or the Tools page. It is now possible to include reports, run tests, and get robust feedback in your CI/CD workflows or from the terminal.
Table Of Contents
New Progress Bar on update Command
All runs of the update command will now provide feedback on the progress of the updates. Having feedback is particularly useful on very large sites.
Following a similar UX from making updates on the tools page, a progress bar is now displayed while the update command runs.
If the --quiet flag is passed, the progress bar will still display, although it will not be included in the final output when piping the result to a file or another command.
New history Command
History of previous updates is now available using the history command.
You may get a simple list of changes.
You may also get the full count of updated items per section.
New test Command
The same URL tests are now available in the terminal using the new test command.
A simple command with no options except the --format and --quiet flags of course.
Miscellaneous
- Minor PHP OpCache performance improvements.
- Tested to WordPress 6.8.1.
In Closing
Be sure to check out the command documentation for all available commands and command options.