Custom headers provider for Temporal CLI

Hi,

is it possible to add custom headers provider to the new temporal CLI?

Thanks

Not sure if you meant grpc meta for passing auth token etc. You can do something like below:

temporal operator cluster  health --grpc-meta "Authorization=Bearer" --grpc-meta "MyMeta=ABC"