Knative developer experience, docs, reference Knative CLI implementation
Go to file
Naomi Seyfer fb587184c4 Actually, vendor everything (#59)
* Actually, vendor everything

* Verifier and update deps

* Dont verify codegen; we cant
2019-04-05 04:08:57 -07:00
cmd/kn Refactor to allow testing; write first tests. (#10) 2019-01-29 12:40:22 -08:00
hack Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pkg `service create` beginning implementation (#47) 2019-04-03 22:33:56 -07:00
test go.mod and go.sum updates (#46) 2019-03-26 12:41:51 -07:00
vendor Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.gitignore Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
DEVELOPMENT.md Adds DEVELOPMENT.md (#39) 2019-04-02 10:36:55 -07: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 Adds DEVELOPMENT.md (#39) 2019-04-02 10:36:55 -07:00
go.mod go.mod and go.sum updates (#46) 2019-03-26 12:41:51 -07:00
go.sum Actually, vendor everything (#59) 2019-04-05 04:08:57 -07: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 and DEVELOPMENT.md.

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