1
0
mirror of https://github.com/ko-build/ko.git synced 2025-12-14 23:26:08 +02:00
Files
ko-build/doc/ko.md
darklore 6ff346909c Use default completion command provided by cobra. (#522)
* Use default `completion` command provided by cobra.

`cobra` provides default `completion` subcommand.
It supports bash, zsh, fish, and powershell by default.

* update docs
2021-12-05 09:00:38 -05:00

955 B

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 build - Build and publish container images from the given importpaths.
  • 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 resolve - Print the input files with image references resolved to built/pushed image digests.
  • ko run - A variant of kubectl run that containerizes IMPORTPATH first.
  • ko version - Print ko version.