Skip to content

buildpacks-community/kpack-cli

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

kp cli to interact with kpack

Installation

amd64 and arm64 binaries for both Linux and OSX can be installed through Homebrew

brew tap vmware-tanzu/kpack-cli
brew install kp

You can also download the binary directly from releases

Contributing

Please read the contributing doc to begin contributing.

Building Locally

go install ./cmd/kp

Getting Started

kp --help

Documentation

Update docs with go run cmd/docs/main.go

Docker Image (kpack/kp)