Curl command to upload .jar from local to /system/console/bundle
Hi Everyone,
Using curl command to upload .jar to http://localhost:4502/system/console/bundles. Tried multiple commands none of them worked for me. I don't see any command on adobe official documentation also for the same. Is even possible or I need to try any other way. Please provide if there is any other command.
curl -u admin:admin -F "bundleFile=@/path/to/your/my-bundle.jar" http://<AEM_HOST>:<PORT>/system/console/bundles/.json