ssnepenthe / soter-command

WP-CLI command for checking a WordPress site against the WPScan Vulnerability Database.
GNU General Public License v2.0
1 stars 2 forks source link

Consider implementing update command #7

Closed ssnepenthe closed 6 years ago

ssnepenthe commented 7 years ago

Something like wp soter update-vulnerable - would be great for a system cron job to ensure any security issues are automatically addressed.

Then again, core already handles automatic security updates - maybe this is just wasted time?

An alternative might be to implement a list format or porcelain like in wp-cli/entity-command that just prints a list of slugs which could be piped to various update commands... The problem (at least as far as I can tell): there is no master command for updating everything so you would have to run once each for plugins, themes and core.

ssnepenthe commented 6 years ago

Goes against the WP-CLI philosophy.

Even though this isn't a core command, it seems like a good idea to stick to these guidelines.

Closing in favor of #14.