pack
makes it easy for
- Application developers to use Cloud Native Buildpacks to convert code into runnable images
- Buildpack authors to develop and package buildpacks for distribution
To configure your bash shell to load completions for each session, add the following to your .bashrc
or .bash_profile
:
. $(pack completion)
For information on how to contribute to this project including it's development process see CONTRIBUTING.md.