Replies: 1 comment
-
We are considering providing a |
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
-
pkl must be able to output the configuration in a way that can be slurp'd ( read ) back into pkl types directly without much of a fuss.
How can I re-read/import foo.pcf in a different pkl file that directly instantiates into a Hello type. The closest I got to was deepToTyped
Ideally, we were looking for a way to build toolings to work with the generated code to create pkl objects, serialize them which can then be read by other pkl configurations.
Is this already possible? deepToTyped works fine for our use-case though
The other only viable alternative is to store reusable pkl objects as modules
unfortunately this style is not programmable?
Beta Was this translation helpful? Give feedback.
All reactions