mirror of https://github.com/pulumi/pulumi.git
d81bab2181
While looking at https://github.com/pulumi/pulumi/issues/16469, I noticed a lot of the missing errors were a bit repetitive for the not-a-missing-error case and disable-plugin-acquisition case. So this rejigs the if statements a bit to make them all a bit more standard of "if not a missing error, or if disable plugin acquisition is set, then just err immediately, else retry". |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
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.