Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.31 KB

kp_clusterbuildpack_patch.md

File metadata and controls

36 lines (25 loc) · 1.31 KB

kp clusterbuildpack patch

Patch an existing cluster buildpack configuration

Synopsis

Patch an existing cluster buildpack configuration by providing command line arguments.

kp clusterbuildpack patch <name> [flags]

Examples

kp clusterbuildpack patch my-buildpack --image gcr.io/paketo-buildpacks/java

Options

      --dry-run         perform validation with no side-effects; no objects are sent to the server.
                          The --dry-run flag can be used in combination with the --output flag to
                          view the Kubernetes resource(s) without sending anything to the server.
  -h, --help            help for patch
  -i, --image string    registry location where the buildpack is located
      --output string   print Kubernetes resources in the specified format; supported formats are: yaml, json.
                          The output can be used with the "kubectl apply -f" command. To allow this, the command
                          updates are redirected to stderr and only the Kubernetes resource(s) are written to stdout.
                          The APIVersion of the outputted resources will always be the latest APIVersion known to kp (currently: v1alpha2).

SEE ALSO