### Describe the solution you'd like This is to support env var and file-based config for CLI and SDKs. Proposal is now complete at https://github.com/temporalio/proposals/blob/master/all-sdk/external-client-configuration.md and should have all details needed to implement. ### Per-SDK Tickets - [x] Go - SDK - https://github.com/temporalio/sdk-go/issues/1815, samples - https://github.com/temporalio/samples-go/issues/390 - [x] Java - https://github.com/temporalio/sdk-java/issues/2562, samples - https://github.com/temporalio/samples-java/issues/742 - [x] Core - N/A - [x] TypeScript - https://github.com/temporalio/sdk-typescript/issues/1727, samples - https://github.com/temporalio/samples-typescript/issues/421 - [x] Python - SDK - https://github.com/temporalio/sdk-python/issues/835, samples - https://github.com/temporalio/samples-python/issues/178 - [x] .NET - https://github.com/temporalio/sdk-dotnet/issues/490, samples - https://github.com/temporalio/samples-dotnet/issues/101 - [x] Ruby - https://github.com/temporalio/sdk-ruby/issues/287, samples - https://github.com/temporalio/samples-ruby/issues/40 - [ ] PHP - https://github.com/temporalio/sdk-php/issues/628, samples - https://github.com/temporalio/samples-php/issues/68 - [x] Temporal CLI - https://github.com/temporalio/cli/issues/751
Describe the solution you'd like
This is to support env var and file-based config for CLI and SDKs. Proposal is now complete at https://github.com/temporalio/proposals/blob/master/all-sdk/external-client-configuration.md and should have all details needed to implement.
Per-SDK Tickets