pulumi/sdk
Kyle Dixler 2498ce1d7c
make python provider.py more tolerant of unexpected command line args (#10223)
When running Component Providers, command line flags are passed. When debugging using --logflow --logtostderr -v=5, -v=5 is passed to argparse. argparse doesn't expect this and crashes as it is not in the list of parameters the program expects.

This change makes the program more fault tolerant around unexpected parameters being passed in by callers.

Fixes #10208
2022-07-25 08:11:34 -07:00
..
dotnet Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
go Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
nodejs Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
proto/go Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
python make python provider.py more tolerant of unexpected command line args (#10223) 2022-07-25 08:11:34 -07:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Add NewUniqueName (#9852) 2022-06-15 20:11:20 +01:00
go.sum [windows] replace ssh-agent with one that lazily loads dlls (#10207) 2022-07-22 11:50:38 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in the top level directory proto.