Closed alexvasseur closed 7 years ago
Currently, you must unzip the JAR file and use CF Local from inside the unzipped folder.
The roadmap for extra local-path-related options looks like:
path
field in local.yml that allows you to specify a ZIP/JAR-f
flag that allows you to specify a local.yml fileremote
field in local.yml that allows you to specify a different remote app namedroplet
field in local.yml that allows you to specify a droplet fileAnd then potentially:
-p
flag to override path
-n
flag to override remote
-d
flag to override droplet
@avasseur-pivotal I added -p
in the latest release (0.11.0).
for Spring boot app, I would use
cf push -p myapp.jar appname
and there is no such a thing as the application foldercf local is not friendly to that - is there some way to deal with that using
local.yml
(I could not find its expected structure) or a way to add the-p
option ?