Changes between Version 4 and Version 5 of SettingsPlugin


Ignore:
Timestamp:
May 12, 2011, 9:09:47 AM (13 years ago)
Author:
Franz
Comment:

added documentation of new commands plugin replace and plugin replaceall

Legend:

Unmodified
Added
Removed
Modified
  • SettingsPlugin

    v4 v5  
    1717 - `priority removeall <pattern>;`: Remove all priorities with a specific pattern
    1818 - `config setall <path/to/file>`: Set all config options from file to `trac.ini`
     19 - `plugin replace <plugin_name>`: Replaces plugin(s) with plugin name (without version)
     20 - `plugin replaceall`: Replaces all (!) plugins (dangerous!)
    1921 
    2022Pattern can have wildcards (%).
     
    4648# overrides and creates all config entries from `company.ini`
    4749trac-admin </path/to/projenv> config setall company.ini
     50# replaces plugin TracAccountManager
     51trac-admin </path/to/projenv> plugin replace TracAccountManager
     52# removes all plugins (and made a backup)
     53# then copies all plugin of current directory into plugins-directory 
     54trac-admin </path/to/projenv> plugin replaceall
    4855}}}
    4956