Split internal commands into distinct packages #3728
No — the Phar will still contain these commands for the foreseeable future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WP-CLI has organically evolved into a monolithic codebase that can now be abstracted to a set of discrete packages. In order to better support a future with lots of disparate WP-CLI features, let's split internal commands into a series of distinct packages, beginning with:
wp search-replacewp shellwp serverwp (eval|eval-file)wp mediaWhen we split the packages, we should:
Previously: #3652 (comment)