OSGI Commands
COMMAND | DESCRIPTION | SYNTAX | ARGUMENTS | OPTIONS |
---|---|---|---|---|
list all installed bundles | osgi:list [options] |
| -s Shows the symbolic name | |
osgi:ls | list OSGi services | osgi:ls [options] [ids] | ids Show only services for the given bundle ids | -u Shows services which are in use |
Start bundle(s) | osgi:start [options] ids | ids The list of bundle IDs separated by white spaces | --force Forces the command to execute | |
Stop bundle(s) | osgi:stop [options] ids | ids The list of bundle IDs separated by white spaces | --force Forces the command to execute |
Feature Management Commands
COMMAND | DESCRIPTION | SYNTAX | ARGUMENTS | OPTIONS |
---|---|---|---|---|
List all existing features available from the defined repositories. | features:list [options] |
| -i, --installed | |
Installs a feature with the specified name and version | features:install [options] name [version] | name | -r, --no-auto-refresh | |
Uninstalls a feature with the specified name and version | features:install name [version] | name |
|