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
The cli allows to output all installed plugins in different formats: wp plugin list --format=yaml
It would be really interesting to be able to provide such a file as a parameter to install the plugins to another WordPress install.
wp plugin install --list=plugins.yml
# Maybe add a version parameter [strict | minor | major | latest]
wp plugin install --list=plugins.yml --version=strict
The text was updated successfully, but these errors were encountered:
The cli allows to output all installed plugins in different formats:
wp plugin list --format=yaml
It would be really interesting to be able to provide such a file as a parameter to install the plugins to another WordPress install.
The text was updated successfully, but these errors were encountered: