This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Stefano Kowalke edited this page Jun 22, 2014
·
2 revisions
Description: | Information about an extension. |
Arguments: | --key |
Options: | N/A |
Usage: | extensionapi:info <key> |
Description: | List all installed extensions. |
Arguments: | --key |
Options: |
|
Usage: | extensionapi:listinstalled [<options>] |
Description: | Update the extensions list from TER. |
Arguments: | N/A |
Options: | N/A |
Usage: | extensionapi:updatelist |
Description: | Install(activate) an extension. |
Arguments: | --key |
Options: | N/A |
Usage: | extensionapi:install <key> |
Description: | UnInstall(deactivate) an extension. |
Arguments: | --key The extension key |
Options: | N/A |
Usage: | extensionapi:uninstall <key> |
Description: | This command enables you to configure an extension. |
Arguments: | --key The extension key |
Options: |
|
Usage: | extensionapi:configure [<options>] <key> |
Example:
[1] Using a standard formatted ini-file
extensionapi:configure rtehtmlarea --configfile=/path/to/rteconf.txt
[2] Adding configuration settings directly on the command line
extensionapi:configure rtehtmlarea --settings="enableImages=1;allowStyleAttribute=0"
[3] A combination of [1] and [2]
extensionapi:configure rtehtmlarea --configfile=/path/to/rteconf.txt --settings="enableImages=1;allowStyleAttribute=0"
Description: | Fetch an extension from TER. | ||||||
Arguments: | --key The extension key | ||||||
Options: |
--overwrite Overwrite the extension if already exists
|
||||||
Usage: | extensionapi:fetch [<options>] <key> |