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
512 B
512 B
ko login
Log in to a registry
ko login [OPTIONS] [SERVER] [flags]
Examples
# Log in to reg.example.com
ko login reg.example.com -u AzureDiamond -p hunter2
Options
-h, --help help for login
-p, --password string Password
--password-stdin Take the password from stdin
-u, --username string Username
SEE ALSO
- ko - Rapidly iterate with Go, Containers, and Kubernetes.