11{
22 "name" : " html5userapi-cf" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " HTML5 User API for Cloud Foundry" ,
55 "repository" : " https://github.com/gregorwolf/HTML5UserAPIforCF.git " ,
66 "license" : " Apache 2.0" ,
2323 "update:srv" : " cd srv && npm update" ,
2424 "build:cf" : " mbt build -p=cf" ,
2525 "build:cf:docker" : " docker run -it --rm -v \" $(pwd):/project\" devxci/mbtci:latest mbt build -p=cf" ,
26- "deploy:cf" : " cf deploy mta_archives/html5userapi_0.5.0 .mtar" ,
27- "deploy:cf:approuter" : " cf deploy mta_archives/html5userapi_0.5.0 .mtar -m html5userapi-ui" ,
28- "deploy:cf:srv" : " cf deploy mta_archives/html5userapi_0.5.0 .mtar -m html5userapi-srv" ,
29- "deploy:cf:srv-java" : " cf deploy mta_archives/html5userapi_0.5.0 .mtar -m html5userapi-srv-java" ,
30- "deploy:cf:html5repo" : " cf deploy mta_archives/html5userapi_0.5.0 .mtar -m html5userapi-deployer" ,
26+ "deploy:cf" : " cf deploy mta_archives/html5userapi_0.6.1 .mtar" ,
27+ "deploy:cf:approuter" : " cf deploy mta_archives/html5userapi_0.6.1 .mtar -m html5userapi-ui" ,
28+ "deploy:cf:srv" : " cf deploy mta_archives/html5userapi_0.6.1 .mtar -m html5userapi-srv" ,
29+ "deploy:cf:srv-java" : " cf deploy mta_archives/html5userapi_0.6.1 .mtar -m html5userapi-srv-java" ,
30+ "deploy:cf:html5repo" : " cf deploy mta_archives/html5userapi_0.6.1 .mtar -m html5userapi-deployer" ,
3131 "html5:build" : " cd HTML5Module && rm -rf dist && npm run build:ui5 && cd .." ,
3232 "html5:push" : " cf html5-push -r HTML5Module/dist" ,
3333 "debug:cf" : " cf ssh html5userapi-srv -N -T -L 9229:127.0.0.1:9229" ,
3434 "uaa:update" : " cf update-service html5userapi-uaa -c xs-security.json" ,
3535 "undeploy:cf" : " cf undeploy html5userapi --delete-service-keys --delete-services --delete-service-brokers"
3636 }
37- }
37+ }
0 commit comments