이름
create-buildpack - 빌드팩 작성
사용법
cf create-buildpack BUILDPACK PATH POSITION [--enable|--disable]
TIP
Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.
옵션
- --disable
빌드팩을 스테이징에 사용 안함
- --enable
스테이징에 사용할 빌드팩 사용
다음도 참조
buildpacks, push