mirror of https://github.com/pulumi/pulumi.git
0cbd78adfb
10879: Refactor convert command to add entrypoint for pulumi convert debugging r=AaronFriel a=AaronFriel This moves the bulk of the convert logic into a function that can be run in a unit test, along with a trivial unit test entry point. This codifies the approach I've used (writing micro programs after modifying `convert.go`) to debug panics in Pulumi YAML. Co-authored-by: Aaron Friel <mayreply@aaronfriel.com> |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.