temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
247 stars 34 forks source link

Log env vars which override the env file #483

Closed Sushisource closed 6 months ago

Sushisource commented 6 months ago

What was changed

Log any time an env var overrides an env file setting

Why?

It can be a bit confusing if you've forgotten you've set an env var. Helpful reminder.

Checklist

  1. Closes https://github.com/temporalio/cli/issues/293

  2. How was this tested: Added unit test

  3. Any docs updates needed?