Replies: 2 comments 5 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
5 replies
-
Using mixin to "assemble" an output dict, and in conjunction with "-H", does this approach meet your needs?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, how is it possible to produce a config with a leading underscore?
We want to use KCL to generate out declarative kong configuration. It fields
_format_version
and_transform
. The_format_version
is required.Part of their example:
We weren't able to find anything in the docs, e.g. in https://www.kcl-lang.io/docs/user_docs/support/faq-kcl
We also tried a few ideas but none were working
-->
Beta Was this translation helpful? Give feedback.
All reactions