Ok I just went through app.js and the closest i could find was ./nodebb reset plugins
which will have to do for now
J
Best posts made by Jimi
-
RE: Disable plugin from cli ?
Latest posts made by Jimi
-
RE: Disable plugin from cli ?
Ok I just went through app.js and the closest i could find was
./nodebb reset plugins
which will have to do for now -
Disable plugin from cli ?
Hi,
I installed a plugin that broke my nodebb and I need to disable it. (uncompatible with 0.4x)
Is there a way to disable a specific plugin via the command line?
I know of./nodebb reset all
which disables all plugins and themes, is there anything similar for disabling just one?Thanks