curl -u username:password -F file=@"./YourPackage.zip" -F name=“Package” -F force=true -F install=true http://localhost:4502/crx/packmgr/service.jsp --progress-bar -o upload.txt
This assumes you are executing this command *in the directory where the package is located*. Otherwise, you need to update the path in the file parameter.
This assumes you are executing this command *in the directory where the package is located*. Otherwise, you need to update the path in the file parameter.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.