Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buildpacks-community/kpack-cli

A command line interface for interacting with kpack.
https://github.com/buildpacks-community/kpack-cli

hacktoberfest

Last synced: 2 months ago
JSON representation

A command line interface for interacting with kpack.

Awesome Lists containing this project

README

        

# kp cli to interact with [kpack](https://github.com/pivotal/kpack)

## Installation

`amd64` and `arm64` binaries for both Linux and OSX can be installed through [Homebrew](https://github.com/buildpacks-community/homebrew-kpack-cli)

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

You can also download the binary directly from [releases](https://github.com/vmware-tanzu/kpack-cli/releases)

## Contributing

Please read the [contributing](CONTRIBUTING.md) doc to begin contributing.

## Building Locally

```
go install ./cmd/kp
```

## Getting Started

```
kp --help
```

## [Documentation](docs/kp.md)

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

## [Docker Image](https://hub.docker.com/r/kpack/kp) (kpack/kp)