kp_buildpack_status.md

May 23, 2023 ยท View on GitHub

kp buildpack status

Display status of a buildpack

Synopsis

Prints detailed information about the status of a specific buildpack in the provided namespace.

The namespace defaults to the kubernetes current-context namespace.

kp buildpack status <name> [flags]

Examples

kp buildpack status my-buildpack
kp buildpack status -n my-namespace other-buildpack

Options

  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

SEE ALSO