On Monday, May 29, 2017 at 6:25:04 PM UTC-7, MC wrote: > > Hi > > Is there a way to enable and disable a plugin from the command line? > > It looks the only way will be by using some scripting to manipulate > trac.ini file to include the required lines. > > The idea will be activate the new plugin right after installing it, and > before running `trac-admin` (in order to update database) avoiding > modifying trac.ini manually, instead activate the new plugin automatically > using any available mechanism. >
The only way currently supported is to modify the components section. For example: $ trac-admin $env config set components tractags.* enabled - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
