mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[feat] Render to dotenv-style formats #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linux-china on GitHub (Mar 1, 2024).
.envaccepted by lots of frameworks, and easy to be converted to environment variables.For example, pkl as following:
and the pkl could be rendered to dotenv-style:
@LloydNA commented on GitHub (Mar 2, 2024):
I'll work on this issue
@bioball commented on GitHub (Mar 2, 2024):
FYI--it's possible to define an in-language renderer; a renderer doesn't need to be part of the standard library.
For an example of an in-language renderer, see pkl.toml
@jtagrgh commented on GitHub (Mar 18, 2024):
@LloydNA Is this currently a WIP?