Knative developer experience, docs, reference Knative CLI implementation
Go to file
Scott Andrews 855ea20d40 Generate go.sum with go 1.11.5 (#19)
When building with go 1.11.5 I see a hash mismatch for knative/serving.
The algorithm for computing the hash has changed in recent go releases.

To create this PR I ran:
- `rm go.sum`
- `go test ./pkg/...`
- `go build ./cmd/kn`
- `go mod tidy`

All developers should update their version of go and clean their module
cache to flush downloaded modules with an invalid hash.
2019-02-04 16:19:49 -08:00
cmd/kn Refactor to allow testing; write first tests. (#10) 2019-01-29 12:40:22 -08:00
pkg/kn/commands add revision describe (#15) (#16) 2019-02-01 15:23:13 -08:00
.gitignore Add emacs and project-specific stuff to .gitignore (#4) 2019-01-11 15:48:17 -08:00
LICENSE Initial commit 2018-12-12 16:45:51 -08:00
OWNERS Add OWNERS file, initially with WG leads + evan and matt (#3) 2019-01-10 17:46:31 -08:00
README.md Improve description in README and link to contribution guidelines (#5) 2019-01-14 12:45:17 -08:00
go.mod Generate go.sum with go 1.11.5 (#19) 2019-02-04 16:19:49 -08:00
go.sum Generate go.sum with go 1.11.5 (#19) 2019-02-04 16:19:49 -08:00

README.md

Knative Client

Knative developer experience best practices, reference Knative CLI implementation, and reference Knative client libraries.

If you are interested in contributing, see the Knative community contribution guide.