pulumi/sdk/python/lib/pulumi
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
..
automation [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
dynamic Fix non-determinism in Python dynamic provider serialization (#9656) 2022-05-22 20:15:29 -07:00
policy Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
provider make python provider.py more tolerant of unexpected command line args (#10223) 2022-07-25 08:11:34 -07:00
runtime Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
__init__.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
_types.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
_utils.py Adapt to current version of pylint (#9755) 2022-06-01 13:32:42 -04:00
asset.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
config.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
errors.py Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
invoke.py [codegen/python] Implement deep merge on resource and invoke options, matching other SDKs (#9856) 2022-06-14 16:52:24 -07:00
log.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
metadata.py Clean up documentation for Python SDK (#2398) 2019-01-31 10:36:03 -08:00
output.py Fix typo in __str__ error message (#9961) 2022-06-24 22:45:19 +01:00
py.typed Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00
resource.py Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
stack_reference.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00
urn.py Use black code formatter for the python sdk (#8919) 2022-02-04 01:16:16 +01:00