mirror of https://github.com/pulumi/pulumi.git
bb84532fe6
* demo * modifications for serialization * Provisionally changed plugins from map to array * warnings for duplicate * avoid breaking change * avoid null pointer dereference * added test * Delete Pulumi.yaml * ensurePluginsAreInstalled * lint * reworked NewContext and added kind * auto-detect current project for YAML * lint * removed debug statement * automatically modify local paths * typo * First return value of GetPluginPath was never used * Always use the path returned from getPluginInfoAndPath in GetPluginPath Also assert that Path is the correct directory for PluginInfo. * address comments * added language, analyzers * path tweaks and cosmetic changes * changelog + tweaks * changed NewContextWithRoot to accept plugins instead of project * Fix TestUnmarshalProjectWithProviderList * Fix NewContext * Fix comment Co-authored-by: Fraser Waters <fraser@pulumi.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.