create-buildpack - Cloud Foundry CLI Reference Guide


NAME

create-buildpack - Buildpack erstellen

VERWENDUNG

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.

Optionen

--disable

Verwendung des Buildpacks für Staging inaktivieren

--enable

Verwendung des Buildpacks für Staging aktivieren

SIEHE AUCH

buildpacks, push