Parent: [aab297] (diff)

Child: [ca79b4] (diff)

Download this file

deploy_local_stamp.sh    7 lines (6 with data), 286 Bytes

1
2
3
4
5
6
7
#!/usr/bin/env bash
curl http://localhost:8090/admission/bundles -F bundlesZip=@../module_bundle.zip | jq .
#curl -s http://localhost:8090/admission/deployments | jq . | grep dmachancoses
#
#echo 'admission:'
#curl -s http://localhost:8090/admission/deployments | jq . > admission.json