[ 
https://issues.apache.org/jira/browse/FELIX-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455814#comment-13455814
 ] 

Tan-Vinh Nguyen commented on FELIX-3664:
----------------------------------------

Well, I agree with keeping things simple. So is there an 
opportunity/possibilty/intention to implement separate bundles as extension for 
the gogo shell? Recommendations are welcome, before I try to code something on 
my own.
                
> Uninstall with bundle range
> ---------------------------
>
>                 Key: FELIX-3664
>                 URL: https://issues.apache.org/jira/browse/FELIX-3664
>             Project: Felix
>          Issue Type: Wish
>          Components: Gogo Shell
>            Reporter: Tan-Vinh Nguyen
>            Priority: Minor
>
> Assume you have installed bundles from 300 up to 350. Usually to uinstall a 
> bundle it is
> felix:uninstall 300
> I suggest to extend the uninstall command with a bundle range, e.g. 300-350, 
> that uninstall all bundles within the range. Usually i do a bash this echo 
> output 
> for i in $(seq 300 350); do  echo $i; done
> and piped it to the gogo shell.
> It would be a great improvement. What does the Felix team think of it?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to