pulumi/sdk/go/common/util/fsutil
Fraser Waters 46332e7d17 Make convert more lenient
Fixes https://github.com/pulumi/pulumi/issues/13117

This adds a new "--strict" flag to `pulumi convert` which defaults to
false. When strict is NOT set we bind the PCL with the extra options of
`SkipResourceTypechecking`, `AllowMissingVariables`, and
`AllowMissingProperties`. This will change some errors to warnings in
code generation.

The `strict` flag is sent over the gRPC interface to the Go/Node plugins
for their `GenerateProject` methods as they have to do PCL binding
plugin side currently.
2023-06-08 11:14:31 +01:00
..
chdir.go sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
copy.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
isdirempty.go Implement GetRequiredPlugins for Python (#5787) 2020-12-03 19:22:16 -08:00
lock.go Replace gofrs/flock with rogpeppe/go-internal/lockedfile (#8636) 2021-12-29 13:56:31 -05:00
qname.go chore(all): strings.Replace(..., -1) => strings.Replace(...) 2023-03-01 13:22:33 -08:00
walkup.go Make convert more lenient 2023-06-08 11:14:31 +01:00