Hello!
The Puppet Developer Experience team is pleased to announce the latest release of the Puppet Development Kit (PDK), version 1.14.0.
A few highlights from this release:
- `pdk convert` has gained a new `--add-tests` flag which will automatically scaffold out missing unit tests for existing classes and defined types when you convert a module.
- `pdk test unit` now runs in an interactive mode by default, meaning you can use tools like Pry to debug your tests without any `pdk bundle` gymnastics.
- An experimental `pdk console` command has been added which launches an interactive REPL powered by
puppet-debugger.