Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/buildpacks-community/kpack-cli
- Owner: buildpacks-community
- License: other
- Created: 2020-04-06T14:40:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T03:20:56.000Z (10 months ago)
- Last Synced: 2024-06-20T12:43:03.306Z (7 months ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 48.4 MB
- Stars: 32
- Watchers: 7
- Forks: 14
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
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)