mirror of https://github.com/fluxcd/cli-utils.git
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. |
||
|---|---|---|
| cmd | ||
| examples/alphaTestExamples | ||
| hack | ||
| pkg | ||
| release | ||
| scripts | ||
| .gitignore | ||
| .golangci.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| LICENSE_TEMPLATE | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| SECURITY_CONTACTS | ||
| code-of-conduct.md | ||
| go.mod | ||
| go.sum | ||
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.