이름
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