create-buildpack - Cloud Foundry CLI Reference Guide


名前

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