How to get latest sintax of cel and most new api features? #1768
Unanswered
alansenairj
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@alansenairj What would you like to see added? The Tekton docs link to the upstream documentation https://tekton.dev/docs/triggers/cel_expressions/#cel-go-extensions which includes the libraries? The cel-eval tool can be a bit tricky, but it will make it easier to debug your expressions. There are a lot of examples in the tests for the CEL interceptor https://github.com/tektoncd/triggers/blob/main/pkg/interceptors/cel/cel_test.go And there are some examples in the repository Which Google course are you following? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The tail of documentation is too long and very spread. It is very hard to use just oficial documentation to get more reference to apply filters and overlays.
If I start to using cel sintax from Google course it crashes too much.
It is realy hard to create and manipulate and learn it. How can I use a better sintax?
I discovered extensions using by a blog.
Other guy is declaring api inside cel kind field. Where he get it?
What is the most oficial source to keep me informed about updates and improvments?
Beta Was this translation helpful? Give feedback.
All reactions