名称
create-buildpack - 创建 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
禁止 buildpack 用于编译打包
- --enable
支持 buildpack 用于编译打包
另请参阅
buildpacks, push