pulumi/pkg/codegen
Pat Gavlin 3186657b76
[plugins] Fix plugin reinstallation. (#8892)
Plugin installation has an early return path in the case that the plugin
was already installed. For normal plugin installation, this is okay and
saves some work. For reinstallation, however, this defeats the purpose
by causing installation to return before doing any actual work.

With these changes, we can better accommodate developer scenarios
without requiring that plugins are available on the PATH. For example,
the following script can be used to install a plugin under development:

    tar -c [plugin files] | gzip > plugin.tgz
    pulumi plugin install [kind] [name] [version] -f ./plugin.tgz --reinstall
2022-02-02 23:10:16 -08:00
..
docs Helm doc override: exclude Release and add description for Chart (#8598) 2021-12-16 21:15:38 +01:00
dotnet Program codegen correctly handles foreign imports (#8861) 2022-01-31 21:48:32 +01:00
go [codegen/go] Improve optional params in invoke 2022-02-01 11:44:40 -08:00
hcl2 Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
importer [cli/import] Support import of values with map type keys with non-identifier names (#8645) 2021-12-29 08:44:28 -08:00
internal nit: fix the other nit, use Skip to skip test on platforms except Go 2022-02-01 11:44:40 -08:00
nodejs Fix nodejs type mismatch (#8899) 2022-02-02 15:16:37 +01:00
pcl Fix invoke functions without args (#8805) 2022-01-24 20:59:06 +00:00
python Program codegen correctly handles foreign imports (#8861) 2022-01-31 21:48:32 +01:00
schema [plugins] Fix plugin reinstallation. (#8892) 2022-02-02 23:10:16 -08:00
docs.go Support "lifting" single-valued method returns to their return type (#8111) 2021-10-01 11:33:02 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08:00
utilities_test.go [codegen] Fix SimplifyInputUnion. (#7459) 2021-07-08 16:01:35 -07:00
utilities_types.go [codegen/go] Call site defaults for Pulumi Object types (#8411) 2021-11-23 15:10:15 -08:00