pulumi/pkg/codegen/python
Justin Van Patten fac20ddf6b
[codegen/python] Emit pulumiplugin.json in the correct dir (#6385)
This new optional file can be used to include additional metadata about the provider plugin (such as version and custom server URL), which the Python language host will use when determining a program's required plugins.

This change fixes the codegen to emit the file in the correct location (inside the package dir). Note: Providers need to opt-in to emitting this file via a schema option (because it requires some Makefile changes to insert the version in the file) and we haven't done that with any of our providers yet.
2021-02-18 13:36:36 -08:00
..
doc.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
gen.go [codegen/python] Emit pulumiplugin.json in the correct dir (#6385) 2021-02-18 13:36:36 -08:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Remove UsesIOClasses check. (#5827) 2020-11-24 19:15:37 -06:00
gen_program_expressions.go Use input/output classes in program gen (#5086) 2020-08-06 15:09:23 -07:00
gen_program_lower.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes_test.go Use input/output classes in program gen (#5086) 2020-08-06 15:09:23 -07:00
gen_program_test.go Turn program gen NYIs into diagnostic errors (#4794) 2020-06-10 10:21:53 -07:00
gen_test.go [codegen/go] Register resource modules/packages (#6121) 2021-01-19 16:59:51 -07:00
importer.go Implement GetRequiredPlugins for Python (#5787) 2020-12-03 19:22:16 -08:00
python.go [codegen/python] Remove panic from PyName (#5341) 2020-09-14 08:42:01 -07:00
python_test.go [codegen/python] Fix unintended name changes from PyName and some whitespace cleanup (#5202) 2020-08-20 20:51:32 -07:00
utilities.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
utilities_test.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00