Commit Graph
8 Commits
Author SHA1 Message Date
Carlos Tadeu Panato Junior 2b8ee98d2d update boilerplate file to be KO Build Authors (#1056) 2023-06-09 10:48:00 -04:00
Jason Hall f987fba525 remove repeated error message on failure (#921) 2023-01-04 15:49:57 -05:00
Jason Hall 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
Jason Hall 1e46fdebd5 Use signal.NotifyContext and cmd.Context (#482) 2021-11-02 17:15:25 -04:00
Jason Hall 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
Evan Anderson 7b8b24fa32 Silence usage report on internal errors (#397) 2021-07-26 15:48:07 -07:00
jonjohnsonjr 0801316109 Fix ko login (#298)
This was missed when main.go was moved to the root.
2021-01-18 11:12:14 -08:00
Scott Nichols c2b862d468 Move ko binary to root of project. (#257)
* Move ko binary to root of project.

* go.mod says required golang version is 1.14

* go install uses the folder name

* lint and copyright bump

* moving the test file changed the test hash.

* more refs of cmd/test

* add deprecation message
2020-12-22 09:31:02 -08:00