pack v0.0.7
This release addresses a minor bug fix - #75
Prerequisites
Install
- Download the
tar.gz
or.zip
file for your platform - Extract the
pack
binary - (Optional) Add the path to the binary to
PATH
, or copy the binary into/usr/local/bin
Run
Run the command pack
.
You should see the following output
Usage:
pack [command]
Available Commands:
add-stack Create a new stack with the provided build and run image(s)
build Create runnable app image from source code using buildpacks
create-builder Compose several buildpacks into a builder image
delete-stack Delete a named stack
help Help about any command
rebase Update an app image to an new underlying stack
run Create and immediately run an app image from source code using buildpacks
set-default-builder Set the default builder used by `pack build`
set-default-stack Set the default stack used by `pack create-builder`
update-stack Update a stack with the provided versions of build and run image(s)
version Display the version of the `pack` tool
Flags:
-h, --help help for pack
Use "pack [command] --help" for more information about a command.
Release Notes
- Escape '/' in buildpack ID- #75
Upcoming Features
- Ability to see what buildpacks exist in a builder - buildpacks/roadmap#22