You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Philipp Hönisch (JIRA)" <ji...@apache.org> on 2011/07/27 12:55:09 UTC

[jira] [Created] (KARAF-780) Extend the karaf console commands by a wizard

Extend the karaf console commands by a wizard
---------------------------------------------

                 Key: KARAF-780
                 URL: https://issues.apache.org/jira/browse/KARAF-780
             Project: Karaf
          Issue Type: New Feature
          Components: karaf-shell
            Reporter: Philipp Hönisch
            Priority: Minor


It would be great if the karaf console would support wizards to lead the user input through a series of well-defined steps.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-780) Extend the karaf console commands by a wizard

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085015#comment-13085015 ] 

Glen Mazza commented on KARAF-780:
----------------------------------

If I understand the request correctly, the title of this JIRA is effectively "Create a wizard for the service:create command". 

> Extend the karaf console commands by a wizard
> ---------------------------------------------
>
>                 Key: KARAF-780
>                 URL: https://issues.apache.org/jira/browse/KARAF-780
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Philipp Hönisch
>            Priority: Minor
>
> It would be great if the karaf console would support some kind of wizards to lead the user input through a series of well-defined steps:
> The reason why I call it wizard is that steps can depend on its previous steps, let's have the following example:
> karaf@root>service:create exampleService ...
> Depending on the entered service type (here exampleService) several different subsequent options are possible, in this example, the user has to enter additional attributes to create the service, like an ID, name, ....
> It would be great if it is possible to lead the user through the creation of this service using a wizard.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-780) Extend the karaf console commands by a wizard

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071709#comment-13071709 ] 

Andreas Pieber commented on KARAF-780:
--------------------------------------

One interesting option here might be to let the console do this automatically. E.g. if option a. and b. are required but none (or only one was entered) we can ask for them presenting the help entry? Not the most beautiful solution but might be easier than providing a complete new "wizzard command abstraction". Would this be sufficient?

> Extend the karaf console commands by a wizard
> ---------------------------------------------
>
>                 Key: KARAF-780
>                 URL: https://issues.apache.org/jira/browse/KARAF-780
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Philipp Hönisch
>            Priority: Minor
>
> It would be great if the karaf console would support wizards to lead the user input through a series of well-defined steps.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-780) Extend the karaf console commands by a wizard

Posted by "Philipp Hönisch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philipp Hönisch updated KARAF-780:
----------------------------------

    Description: 
It would be great if the karaf console would support some kind of wizards to lead the user input through a series of well-defined steps:

The reason why I call it wizard is that steps can depend on its previous steps, let's have the following example:
karaf@root>service:create exampleService ...
Depending on the entered service type (here exampleService) several different subsequent options are possible, in this example, the user has to enter additional attributes to create the service, like an ID, name, ....
It would be great if it is possible to lead the user through the creation of this service using a wizard.



  was:It would be great if the karaf console would support wizards to lead the user input through a series of well-defined steps.


Edited because of the discussion on the mailing list ( see http://karaf.922171.n3.nabble.com/Extend-the-karaf-commands-by-a-wizard-td3223630.html)

> Extend the karaf console commands by a wizard
> ---------------------------------------------
>
>                 Key: KARAF-780
>                 URL: https://issues.apache.org/jira/browse/KARAF-780
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Philipp Hönisch
>            Priority: Minor
>
> It would be great if the karaf console would support some kind of wizards to lead the user input through a series of well-defined steps:
> The reason why I call it wizard is that steps can depend on its previous steps, let's have the following example:
> karaf@root>service:create exampleService ...
> Depending on the entered service type (here exampleService) several different subsequent options are possible, in this example, the user has to enter additional attributes to create the service, like an ID, name, ....
> It would be great if it is possible to lead the user through the creation of this service using a wizard.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-780) Extend the karaf console commands by a wizard

Posted by "Philipp Hönisch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071719#comment-13071719 ] 

Philipp Hönisch commented on KARAF-780:
---------------------------------------

@ Jean-Baptiste Onofré: something like that would be great,
The background of this is that i want to instanciate or edit services at runtime  

> Extend the karaf console commands by a wizard
> ---------------------------------------------
>
>                 Key: KARAF-780
>                 URL: https://issues.apache.org/jira/browse/KARAF-780
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Philipp Hönisch
>            Priority: Minor
>
> It would be great if the karaf console would support wizards to lead the user input through a series of well-defined steps.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-780) Extend the karaf console commands by a wizard

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071671#comment-13071671 ] 

Jean-Baptiste Onofré commented on KARAF-780:
--------------------------------------------

Hi Philipp, 

could you provide more detail ?
For instance, by wizard, you mean a wizard to do features:addurl + features:install, for instance, something like:

karaf@root> wizard:feature-install
Where the features descriptor is located ? 
What's the feature name ?
Confirm: install feature (yes/no)

Is it what you expect ?

> Extend the karaf console commands by a wizard
> ---------------------------------------------
>
>                 Key: KARAF-780
>                 URL: https://issues.apache.org/jira/browse/KARAF-780
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Philipp Hönisch
>            Priority: Minor
>
> It would be great if the karaf console would support wizards to lead the user input through a series of well-defined steps.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira