update-buildpack - Cloud Foundry CLI Reference Guide


名前

update-buildpack - ビルドパックを更新します

使用法

cf update-buildpack BUILDPACK [-p PATH | -s STACK | --assign-stack NEW_STACK] [-i POSITION] [--enable|--disable] [--lock|--unlock]

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. Use --assign-stack with caution. Associating a buildpack with a stack that it does not support may result in undefined behavior. Additionally, changing this association once made may require a local copy of the buildpack.

オプション

--assign-stack

スタック関連付けを持たないビルドパックにスタックを割り当てます

--disable

このビルドパックをステージングに使用できないようにします

--enable

このビルドパックをステージングに使用できるようにします

-i

ビルドパックの自動検出時におけるビルドパックの検査の順序

--lock

更新を防止するためにビルドパックをロックします

-p

ディレクトリーまたは zip ファイルへのパス

--unlock

このビルドパックをアンロックして更新を有効にします

-s

同じ名前のビルドパックを一意に指すことができるように、スタックを指定します

その他の参照先

buildpacks, create-buildpack, delete-buildpack, rename-buildpack