mirror of https://github.com/knative/client.git
parent
3ca984cc7c
commit
bcadd502cd
|
|
@ -0,0 +1,5 @@
|
|||
ignore:
|
||||
- "**/zz_generated*.go" # Ignore generated files.
|
||||
- "pkg/client"
|
||||
- "third_party"
|
||||
- "vendor"
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
[](https://github.com/knative/client/releases)
|
||||
[](https://github.com/knative/client/blob/main/LICENSE)
|
||||
[](https://knative.slack.com)
|
||||
[](https://codecov.io/gh/knative/client)
|
||||
|
||||
The Knative client `kn` is your door to the [Knative](https://knative.dev)
|
||||
world. It allows you to create Knative resources interactively from the command
|
||||
|
|
|
|||
Loading…
Reference in New Issue