Knative developer experience, docs, reference Knative CLI implementation
Go to file
Roland Huß 8caca4589f fix(build.sh): Fix path to built kn when printing out the version (#77)
The final step when printing out the version of the generated kn
binary uses now the proper path, so that this script can be called
from any directory (like when the cwd is hacks/).
2019-04-19 12:47:27 -07:00
cmd/kn Refactor to allow testing; write first tests. (#10) 2019-01-29 12:40:22 -08:00
hack fix(build.sh): Fix path to built kn when printing out the version (#77) 2019-04-19 12:47:27 -07:00
pkg chore(version): Add buildtime and git revision to version command (#76) 2019-04-18 15:53:26 -07:00
test Stub in an integration test (#55) 2019-04-08 10:50:58 -07:00
vendor Stub in an integration test (#55) 2019-04-08 10:50:58 -07:00
.gitignore chore(version): Add buildtime and git revision to version command (#76) 2019-04-18 15:53:26 -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 Support --all-namespaces option for service and revision list (#32) 2019-04-09 09:09:58 -07:00
go.sum Stub in an integration test (#55) 2019-04-08 10:50:58 -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