mirror of
https://github.com/ko-build/ko.git
synced 2025-11-06 09:19:12 +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
1.1 KiB
1.1 KiB
ko
Rapidly iterate with Go, Containers, and Kubernetes.
ko [flags]
Options
-h, --help help for ko
SEE ALSO
- ko apply - Apply the input files with image references resolved to built/pushed image digests.
- ko completion - Output shell completion code (default Bash)
- ko create - Create the input files with image references resolved to built/pushed image digests.
- ko delete - See "kubectl help delete" for detailed usage.
- ko deps - Print Go module dependency information about the ko-built binary in the image
- ko login - Log in to a registry
- ko publish - Build and publish container images from the given importpaths.
- ko resolve - Print the input files with image references resolved to built/pushed image digests.
- ko run - A variant of
kubectl runthat containerizes IMPORTPATH first. - ko version - Print ko version.