docs: proofread and finalize blips for v8

This commit is contained in:
Stefan Rotsch
2024-06-27 10:20:01 +02:00
committed by Stefan Rotsch
parent 60f12f9549
commit 0fedaab680
40 changed files with 76 additions and 114 deletions

View File

@@ -5,12 +5,8 @@ quadrant: languages-and-frameworks
tags: [ci/cd, devops]
---
[PKL](https://pkl-lang.org/) -- pronounced Pickle -- is a configuration language created by Apple. It provides rich support for data templating
and validation and can be used, simply from commandline, integrated into build-pipelines or embedded into programs. PKL
also provides some tooling around package-management, which makes it easy to split up bigger project into packages or
just consume packages that are already out there.
[PKL](https://pkl-lang.org/) -- pronounced Pickle -- is a configuration language created by Apple. It provides rich support for data templating and validation and can be used simply from the command line, integrated into build pipelines, or embedded into programs. PKL also provides some tooling around package management, which makes it easy to split up bigger projects into packages or just consume packages that are already out there.
Available PKL packages and docs can be found [here](https://pkl-lang.org/package-docs/).
At AOE we are using pkl currently for generation of different kinds of DevOps resources like Gitlab-CI
Pipelines or Kubernetes resources, but this might change.
At AOE, we are currently using PKL for the generation of different kinds of DevOps resources like GitLab CI pipelines or Kubernetes resources, but this might change.