Skip to content

knctl deploy -p path/to/app.war #44

@drnic

Description

@drnic

Currently knctl deploy -d path/to/folder only supports a folder of raw source files. In cloud foundry, cf push -p supports both a folder and single file. The following demo should work (as it is common for Java/java-buildpack to consume a pre-built .war file)

git clone https://github.com/cloudfoundry-samples/spring-music
cd spring-music
./gradlew clean assemble
knctl deploy -s spring-music --path build/libs/spring-music-1.0.jar ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions