Temporal
Environment Commands
Store and manage CLI configuration presets for different environments. Avoid repeatedly typing connection details, TLS certificates, and namespaces.
7 commands
Pro Tips
Store address and namespace in env: 'temporal env set --key address --value localhost:7233'.
Create separate environments for different clusters: --env prod, --env staging.
Use TEMPORAL_ENV variable to switch between environments without --env flag.
Config stored at $HOME/.config/temporalio/temporal.yaml.
Common Mistakes
Deleting an environment removes all stored credentials. Back up important configs.