标签: cloudfoundry pivotal-cloud-foundry
我已经看到,当您想要指定特定的部署工件时,请使用" cf push -p"。我什么时候应该使用" cf push" vs" cf push -p"当我没有使用清单文件时?
答案 0 :(得分:1)
cf push
-p: target/sampleapp.jar
-p
cf push -p target/sampleapp.jar