Jira:Plugins:Install - lbonanomi/notes GitHub Wiki
token=$(curl -sI "http://$ADMIN:[email protected]/rest/plugins/1.0/" |strings|awk '/upm-token/{print $NF}');
curl -X POST "http://$ADMIN:[email protected]/rest/plugins/1.0/?token=$token" -F "plugin=@$FILENAME"