OSGI Commands

COMMAND

DESCRIPTION

SYNTAX

ARGUMENTS

OPTIONS

osgi:list

list all installed bundles

osgi:list [options]

 

-s Shows the symbolic name
-l Show the locations
-u Shows the update locations

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
-a Shows all services

osgi:start

Start bundle(s)

osgi:start [options] ids

ids The list of bundle IDs separated by white spaces

--force Forces the command to execute

osgi:stop

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

features:list

List all existing features available from the defined repositories.

features:list [options]

 

-i, --installed
Display a list of all installed only

features:install

Installs a feature with the specified name and version

features:install [options] name [version]

name
The name of the feature
version
The version of the feature

-r, --no-auto-refresh
Do not automatically refresh bundles
-c, --no-clean
Do not uninstall bundles on failure

features:uninstall

Uninstalls a feature with the specified name and version

features:install name [version]

name 
The name of the feature
version 
The version of the feature