I am looking over the command to either restart or refresh the OSGi container such as Apache Felix through command line like curl.
This command I use to start single bundle, is there similar which restart all bundles.
curl -u admin:admin -F action=start http://localhost:4502/system/console/bundles/$bundle symbolic name
Thanks,