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.
Pack v0.16.0 deprecated a number of commands, including
create-builder
andpackage-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 thepackage-buildpack
command), with the newpack buildpack package
command.