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

The `kpack API` supports one-off imperative builds with the `Build` resource, without requiring the creation of an `Image` resource. This is especially useful for debugging, when it is sometimes convenient...

When local Kubernetes auth has expired kp errors with "failed to get default repository". kp should provide a more informative error message.

Currently --local-path option creates an source image including git history which is unnecessary, on a big project history is much bigger then current state of code. Can we automatically exclude...

it would be really helpful if KP CLI would support node selectors and tolerations as flags to pass to kp image create and kp image save.

good first issue
kpcli-kpack-parity

When running `kp import` (and possibly other commands) against a Kubernetes cluster, and the access to that cluster is blocked/expired/invalid, the response could be misleading. In the case of `kp...

`kp image save ... --env FOO=BAR` will only append the `FOO` environment variable to the list of vars on the image resource. This may not be the behavior we want....

I am able login to myregistry.com(name changed) using the docker login command but installing the TBS is failing with this issue Command used: ``` tanzu package install tbs -p buildservice.tanzu.vmware.com...

## Summary Running `kp build logs` against an image build that is stuck hangs. This makes you think that either the build hasn't started or that the stream hasn't received...

This makes it look like the lifecycle image is always changing.

bug