名稱
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