nulldriver / cf-cli-resource

Cloud Foundry CLI Concourse Resource
Apache License 2.0
45 stars 55 forks source link

Push with multiple buildpacks #87

Closed tenjaa closed 3 years ago

tenjaa commented 3 years ago

Hi, when using the push command, I can only specify a single buildpack. Am I missing something or is using multiple buildpacks not supported by this resource?

patrickcrocker commented 3 years ago

Currently the push command params only accepts a single buildpack. I'll add multiple buildpack support into a future release.

In the meantime, you can add multiple buildpacks to your manifest.yml and it will work just fine.

patrickcrocker commented 3 years ago

Thanks for the PR. I cleaned up the code a little and fixed the tests.

patrickcrocker commented 3 years ago

Implemented in v2.22.0!