Temporal cli api key support, environment and config file issues

I’m using temporal cli to check on workflows and when I pass along all of the options as parameters, it works fine. However, I’ like to set the params in a config file and can’t figure out if $HOME/.config/temporalio/temporal.yaml (on a Mac) is supposed to be the default config and the format. I’ve tried various values and temporal cli dislikes them all so far. I’ve also tried to set environment variables but don’t see API Key variables in the docs. I’ve experimented with some logical names but no luck. For the record, I need to set the following options on the command line: --address, --api-key, --tls, --namespace, and --grpc-meta.