1
0
mirror of https://github.com/ko-build/ko.git synced 2025-07-06 23:36:54 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
3cf55a10c9 use automaxprocs to calculate the number of CPUs (#649)
this is  useful for container environments
2022-03-14 15:25:02 -04:00
70f0273018 Introduce --verbose flag that enables logs.Warn logs (#600)
* Introduce --verbose flag that enables logs.Warn logs

* regenerate docs
2022-02-17 08:34:43 -08:00
35a4d2c28e Warn that watch mode is deprecated (#434)
Also update generated markdown docs, and omit unnecessary autogenerated
bits.
2021-09-13 10:30:28 -07:00
780c281292 Generate Markdown docs (#414)
* 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
2021-08-11 13:54:13 -07:00