Replies: 1 comment
|
Those commands were just wrong — What you actually want is the CEL REPL, which lives in Two things tripped you up:
Easiest way to build it: git clone https://github.com/cel-expr/cel-go
cd cel-go/repl/main
go build -o ~/.local/bin/cel-repl .
Then:
If you just want to try one expression, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear all,
I got a recommendation for the
cel-evaltool to evaluate CEL expressions offline. However the (few) mentions I found only contained a command that seems to no longer work:I found no trace of
cel-evalin the repository and a quick search through the other repos did also not turn up anything useful (to me, as an unexperienced CEL and golang user).Was this command dropped? Was it replaced? Moved? Or did I just find outdated commands?
Thanks in advance!
Kind Regards,
Johannes
All reactions