You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2009/02/13 21:32:59 UTC

[jira] Commented: (SMX4-220) Extend the help command to display usefull help for all commands available

    [ https://issues.apache.org/activemq/browse/SMX4-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49462#action_49462 ] 

Jean-Baptiste Onofré commented on SMX4-220:
-------------------------------------------

OK, I have understood the other Jira around this.

What do you think of this kind of help :

NAME
  osgi/install-bundle - Install an OSGi bundle into the SMX Kernel

SYNOPSIS
  osgi/install-bundle [OPTION]... [URI]...

DESCRIPTION
  Install an OSGi bundle into the SMX kernel using the provided URI.
  The URI can be :
  - a local filesystem (eg file:/path/to/foobar-bundle.jar)
  - a maven repository (eg mvn:repo.example.com:groupId:artifactId)
  - a HTTP remote filesystem (eg http://www.example.com/foobar-bundle.jar)
  Avaiable options are :

  -s, --start
     start the OSGi bundle just after the installation


Regards
JB

> Extend the help command to display usefull help for all commands available
> --------------------------------------------------------------------------
>
>                 Key: SMX4-220
>                 URL: https://issues.apache.org/activemq/browse/SMX4-220
>             Project: ServiceMix 4
>          Issue Type: Sub-task
>    Affects Versions: 4.0-m1, 4.0-m2
>            Reporter: Lars Heinemann
>             Fix For: 4.0-m2
>
>
> See the command "help". It displays a man page like help page describing the command very detailed.
> We need man pages for all of the available commands.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.