# Kubeconform
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Installation
```sh
brew install 'kubeconform'
```
Usage
```sh
kubeconform 'manifest.yaml'
kubeconform -verbose -skip 'AWX' -summary 'manifest.yaml'
kubeconform … -n $(nproc) \
-schema-location 'default' \
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \
'manifest.yaml'
```
## Further readings
- [Github]
- [`kubeconform-helm`][kubeconform-helm]
### Sources
- [`kubeval`][kubeval]
[kubeval]: kubeval.md
[github]: https://github.com/yannh/kubeconform
[kubeconform-helm]: https://github.com/jtyr/kubeconform-helm