Testing CEL code easily
go mod tidy
go build .$ echo "{\"field\":0}" | go run main.go "object.field < 1"
trueor you can directly use the test-resource
$ cat ../../test-resources/deployment.yaml | ./celcli --input yaml "object.kind == \"Deployment\""
true