Tan-Vinh Nguyen created FELIX-3664:
--------------------------------------

             Summary: 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