update-buildpack - Cloud Foundry CLI Reference Guide


NAME

update-buildpack - Update a buildpack

USAGE

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.

OPTIONS

--assign-stack

Assign a stack to a buildpack that does not have a stack association

--disable

Disable the buildpack from being used for staging

--enable

Enable the buildpack to be used for staging

-i

The order in which the buildpacks are checked during buildpack auto-detection

--lock

Lock the buildpack to prevent updates

-p

Path to directory or zip file

--unlock

Unlock the buildpack to enable updates

-s

Specify stack to disambiguate buildpacks with the same name

SEE ALSO

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