NAME

OSGi::Osgish::Command::Bundle - Bundle related commands

DESCRIPTION

This collection of shell commands provided access to bundle related operations. I.e. these are

  • List of bundles ('ls')

  • Start and Stopping of bundles ('start'/'stop')

COMMANDS

cmd_bundle_list

List commands which can filter bundles by wildcard and knows about the following options:

-s

Show symbolic names instead of descriptive names

If a single bundle is given as argument its details are shown.

cmd_bundle_start

Resolve one or more bundles by its id or symbolicname

cmd_bundle_start

Start one or more bundles by its id or symbolicname

cmd_bundle_stop

Stop one or more bundles by its id or symbolicname

cmd_bundle_update

Update a bundle from its current location

cmd_bundle_install

Install one or more bundles

cmd_bundle_uninstall

Uninstall one or more bundles

cmd_bundle_refresh

Refresh one or more bundles