pulumi/sdk
paiyar 5e6a41f280
fix: Automation API Color flag should pass unquoted string (#9369)
Background
---
Automation API Color flag should pass unquoted string:

```
error: unsupported color option: '\"auto\"'
```

Since we're using ["os/exec"](https://pkg.go.dev/os/exec) there is no shell, I think we should not quote arguments?

> Unlike the "system" library call from C and other languages, the os/exec package intentionally does not invoke the system shell
2022-04-13 11:14:41 +02:00
..
dotnet Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
go fix: Automation API Color flag should pass unquoted string (#9369) 2022-04-13 11:14:41 +02:00
nodejs Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
proto Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
python Unfix protobuf, teach pylint about generated members (#9337) 2022-04-04 13:28:04 +01:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
go.sum Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01: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 proto/.