Consolen befehl alle plugins deaktivieren

gibt es einen consolen befehl alle plugins deaktivieren :smiling_face_with_three_hearts:

Nicht direkt, aber wenn jq auf dem server installiert ist dann so (ohne themes):

bin/console plugin:deactivate $(bin/console plugin:list --json | jq --compact-output --raw-output '.[] | select(.active == true and (.composerName | contains("theme") | not)).name' | tr '\n' ' ')

2 „Gefällt mir“

top vielen dank vielmals :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: