Skip to content

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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.

How to build

Dependencies:

go mod is used and required for dependencies

Requirements:

  • Golang 1.11.4

Building:

$ go build ./cmd/...

Notes:

  • knative CLI must be built outside of the $GOPATH folder unless you explicitly use export GO111MODULE=on.
  • For building, Go 1.11.4 is required due to a go mod issue

Bash auto completion:

Run following to enable bash auto completion

$ source<(kn completion)

Use TAB to list available sub-commands

$ kn <TAB>
completion revision service
$ kn revision <TAB>
describe list

About

Knative developer experience, docs, reference Knative CLI implementation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages