buildpacks / samples

Samples for Cloud Native Buildpacks
Apache License 2.0
195 stars 147 forks source link

Update commands to match pack 0.16.0 #101

Closed dfreilich closed 3 years ago

dfreilich commented 3 years ago

Pack v0.16.0 deprecated a number of commands, including create-builder and package-buildpack. This change replaces references to the deprecated commands with their new equivalent, using the resource based subcommand model.

Additionally, this change utilizes the new pack config experimental command to set experimental, rather than echoing it into the file.

In the process, this also resolves #100, by replacing references to create-package (an old version of the package-buildpack command), with the new pack buildpack package command.