Code language: Bash (bash)wp plugin install $(wp plugin list --field=name --skip-plugins --skip-themes) --force --skip-plugins --skip-themes
WP-CLI on Docker:
Code language: Bash (bash)docker-compose run --no-deps --rm wpcli --allow-root plugin install $(wp plugin list --field=name) --force
Leave a Reply