kpack-cli
kpack-cli copied to clipboard
A command line interface for interacting with kpack.
Requested by James Musselwhite in a user interview: As a platform/apps operator using `kp` I want to be alerted as to which images will be rebuilt before executing a command...
[Reported by @mgbrodi] **Problem:** when creating a secret for a private repo using the ssh key, kpack cli does not validate if the provided key is a valid private key....
### Problem Today when you type a noun subcommand (ex. `kp image`), the help text for that command prints by default, but when you add a verb onto that noun...
This was requested from engineers at Citi who were using the `kp image create --wait` source upload feature because the blank output did not provide them with confidence the the...
https://github.com/pivotal/build-service-cli/issues/4 added support for `--wait` on image patches and creates. This allows users to follow the result of an kp action without executing `build logs ` and allows it to...
Additionally, kp could warn you if you need to upgrade/downgrade your version of kp to align with the version of kpack on your cluster. For example, much like the `fly...
This week I saw thomas risberg from Spring Cloud Data Flow type "kp images list" and it didn't work (although the error message did suggest the correct noun!). Some other...