Allow plugin/install CLI command to have an all parameter to install all available plugins #11373
-
I use the excellent https://github.com/ostark/craft-plugin-commands Yii extension with provides an Could it be considered for the native Craft CLI command to support this? Since Craft CMS 3.5, most of the Yii extension behaviour is now present, although you can still safely use the Yii extension and it just overwrite the core CLI commands where there is crossover. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is now resolved for Craft 4.4, via #12218. The |
Beta Was this translation helpful? Give feedback.
This is now resolved for Craft 4.4, via #12218. The
plugin/install
,plugin/uninstall
,plugin/enable
, andplugin/disable
actions each support an--all
option, which will cause the command to apply to all applicable plugins.