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

Allow setting the auth token via an env var #480

Closed Sushisource closed 5 months ago

Sushisource commented 6 months ago

What was changed

Allow setting Authorization header via an env var

Why?

Existed in tctl, request from user.

Checklist

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

  2. How was this tested: Added test

  3. Any docs updates needed?

Sushisource commented 5 months ago

Dropping this in favor of a slightly different solution as mentioned here https://github.com/temporalio/cli/issues/478