Fork of kstatus for the Flux project.
Go to file
Fredrik Sommar b0bfb0451c
Exit with non-zero exit code on error
A change in exit code behavior was introduced in #166, where printing an
error used to also cause the application to exit with a non-zero exit
code. As a result, errors in e.g. `kpt live apply` exits the process
with a 0 exit code.

This change should bring it in line with how it works before, but I'm open to
other solutions if there's a cleaner way to accomplish this without
having an error log automatically mean that the application needs to
exit.
2020-06-04 15:26:40 +02:00
cmd Merge pull request #180 from mortent/FixPruneDeleteSkipped 2020-05-29 13:31:33 -07:00
examples/alphaTestExamples Fix output from lifecycle directive with the destroy command 2020-05-29 10:39:35 -07:00
hack Disable travis in favor of prow. 2020-02-25 10:20:26 -08:00
pkg Exit with non-zero exit code on error 2020-06-04 15:26:40 +02:00
release Initial basic README for cli-utils release 2020-05-06 12:52:53 -07:00
scripts Turn off installing wire and testing 2020-01-29 15:51:54 -08:00
.gitignore Restructure the cobra commands 2020-02-04 10:14:20 -08:00
.golangci.yml Fix linting errors 2020-02-02 19:59:15 -08:00
CONTRIBUTING.md fix broken link:https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md 2020-04-06 15:52:34 +08:00
LICENSE Initial commit from the kubernetes-template-project 2019-05-09 01:18:45 +05:30
LICENSE_TEMPLATE Renames Inventory to ObjMetadata; InventorySet to Inventory 2020-02-03 15:40:17 -08:00
Makefile Use the Go race detector for unit tests and e2e tests 2020-04-05 20:23:47 -07:00
OWNERS Add mortent to OWNERS 2020-01-30 12:22:15 -08:00
README.md Updates README.md 2020-01-29 15:44:01 -08:00
SECURITY_CONTACTS Update template files to include repo-specific info 2019-05-09 01:21:29 +05:30
code-of-conduct.md Initial commit from the kubernetes-template-project 2019-05-09 01:18:45 +05:30
go.mod Adds klog to kapply; initial log statements in prune 2020-05-11 11:47:34 -07:00
go.sum Handle unknown types in APIServer in polling engine 2020-04-17 13:48:24 -07:00

README.md

cli-utils

This repo will contain common cli libraries.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.