mirror of https://github.com/knative/client.git
* Adds human-friendly printer All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers * Updates the vendor/modules.txt As its updated after running hack/verify-codegen.sh * Removes WithKind and WithNamespace printing options Lets start with bare minimum printer * Adds licenses and references the original implementation file link. Removes pkg/printers/printers.go * Removes unused imports |
||
|---|---|---|
| cmd/kn | ||
| docs | ||
| hack | ||
| pkg | ||
| test | ||
| vendor | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
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 and DEVELOPMENT.md.
Docs
Start with the user's guide and from there you can can read about common use cases, get detail docs on each command, and even how to extend the kn CLI. Links below for easy access.
- User's guide
- Basic workflows (use cases)
- Generated documentation
- Plugins motivation and guide
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