A configuration as code language with rich validation and tooling
Pkl (pronounced Pickle) is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, integrated in a build pipeline, or embedded in a program. Pkl scales from small to large, simple to complex, ad-hoc to repetitive configuration tasks.
Pkl (pronounced Pickle) is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, integrated in a build pipeline, or embedded in a program. Pkl scales from small to large, simple to complex, ad-hoc to repetitive configuration tasks.
To install pkl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pkl
To see what files were installed by pkl, run:
port contents pkl
To later upgrade pkl, run:
sudo port selfupdate && sudo port upgrade pkl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.