mirror of
https://github.com/ko-build/ko.git
synced 2025-02-07 19:30:23 +02:00
* Generate Markdown docs This is largely copied from similar work in go-containerregistry This required moving the Root command definition out of main() into a place where it could be referenced from the gendoc tooling. * fix boilerplate * moar fix boilerplate * update cmd/ko/main.go * set -j to GOMAXPROCS at runtime * rebase on cli-runtime change * remove trailing whitespace
20 lines
253 B
Markdown
20 lines
253 B
Markdown
## ko version
|
|
|
|
Print ko version.
|
|
|
|
```
|
|
ko version [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for version
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [ko](ko.md) - Rapidly iterate with Go, Containers, and Kubernetes.
|
|
|
|
###### Auto generated by spf13/cobra on 10-Aug-2021
|