NAME
osgish - Admin's OSGi Shell
SYNOPSIS
osgish [options]
osgish --help
osgish --version
Options:
--server <server> URL or symbolic name of OSGi server to connect to
--user <user> Credential used for authentication
--password <pwd>
--proxy <url> URL to proxy
--proxy-user <user> Authentication information for a proxy
--proxy-password <pwd>
--config Path to an optional configuration file (default: ~/.osgish)
DESCRIPTION
Osgish is the administrator's shell for OSGi. It's focus is on simple usage for common administrative tasks. There are many other shells for OSGi as well, most (if not all) implemented in Java. Osgish unique features are
Readline and history support based on GNU Readline/History as known from other shells like 'bash'. When GNU Readline is not available, a pure Perl Module is used instead.
Context sensitive argument completion, e.g. on bundle symbolic names.
Colored output (can be switched off)
Multi-Server support
Remote operation via HTTP(S)