Hello!
The Puppet Developer Experience team is pleased to announce the latest release of the Puppet Development Kit (PDK), version 1.13.0.
A few highlights from this release:
- `pdk convert` will now create missing templated files that were previously only created when generating a new module (e.g. README.md)
- A new `pdk config get` command has been added which lets you inspect the both user-level and module-level configuration values. This is an incremental step in rolling out a robust configuration subsystem for PDK over the course of several releases.
- An experimental `pdk new unit_test` command has been added which allows you to generate basic unit test scaffolding for existing resources
Thanks!