kpack-cli icon indicating copy to clipboard operation
kpack-cli copied to clipboard

A command line interface for interacting with kpack.

Results 57 kpack-cli issues
Sort by recently updated
recently updated
newest added

This can happen if you use kp to create a secret, then delete it with `kubectl`, then create it with the same name. When this happens build pods will fail...

This error is not currently propagated to users

As a user of `kp` I want to know when the last time a particular stack was updated with a new build and run image pair So that I can...

As an implication of allowing a user to return builds across images, we should consider replacing the image reference with the image name. That way, users can use it to...

It's pretty brutal... ``` mgibson1121@Matthews-MBP workspace % kp clusterstack status default --verbose Status: Ready Id: io.buildpacks.stacks.bionic Run Image: gopivotal-build-service-private.jfrog.io/deletable/staging/run@sha256:a007dd49172dd89c790a095ec6b54291dcb7bed942dd0a8ffd0a8d0b77cb68b5 Build Image: gopivotal-build-service-private.jfrog.io/deletable/staging/build@sha256:ef09483901fec54c83c41a67e35e80d79450b1fdc0da7375b17bd93fd9a4a96c Mixins: adduser, adwaita-icon-theme, apt, apt-utils, base-files, base-passwd, bash,...

When I run `kp build list` without args. I see the following: ``` kashyap@Kashyaps-MBP npm % kp build list Error: accepts 1 arg(s), received 0 ``` Could we display help...

**What?** Set a kp timestamp annotation on the resource metatdata on all k8s resource create/patch/update operation initiated by the kp cli. As part of this effort, have to update the...

enhancement

Allow users to ignore files when using --local-path.

Currently, the output from `kp (cluster)builder status` only shows the top level order of a builder. However, `pack inspect-builder` will show the entire tree like hierachy of a builder's buildpacks....

Requested by Kathy Wan (VMware Tanzu SE) in a user interview As an opps person using `kp` I want additional information about each kpack image when performing a list command...

enhancement
needs discussion