Temporal CLI env command reference
Environment (or 'env') commands allow the user to configure the properties for the environment in use.
get
The temporal env get
command prints the environmental properties for the environment in use.
For example, passing the 'local' Namespace 🔗
temporal env get local
Output: tls-cert-path /home/my-user/certs/cluster.cert tls-key-path /home/my-user/certs/cluster.key address 127.0.0.1:7233 namespace accounting
Output can be narrowed down to a specific option.
temporal env get local.tls-key-path
tls-key-path /home/my-user/certs/cluster.key
Use the options listed below to change the command's behavior.
--fields 🔗
xLink previewtemporal fieldsCustomize fields to print.--limit 🔗
xLink previewtemporal limitNumber of items to print.- xLink previewtemporal no-pagerDisables the interactive pager.
--output 🔗
xLink previewtemporal outputOutput format.--pager 🔗
xLink previewtemporal pagerSets the pager for Temporal CLI to use.- xLink previewtemporal time-formatFormat time as either relative, iso, raw.
set
The temporal env set
command sets the value for an environmental property.
Properties can be set for the entire system, such as the frontend address:
temporal env set local.address 127.0.0.1:7233
Use the options listed below to change the command's behavior.
--fields 🔗
xLink previewtemporal fieldsCustomize fields to print.--limit 🔗
xLink previewtemporal limitNumber of items to print.- xLink previewtemporal no-pagerDisables the interactive pager.
--output 🔗
xLink previewtemporal outputOutput format.--pager 🔗
xLink previewtemporal pagerSets the pager for Temporal CLI to use.- xLink previewtemporal time-formatFormat time as either relative, iso, raw.
delete
The temporal env delete
command deletes a given environment or environmental property.
Deleting a given environment (such as 'local') and its saved values is achieved by passing a valid Namespace 🔗
temporal env delete local
Use the options listed below to change the command's behavior.
--fields 🔗
xLink previewtemporal fieldsCustomize fields to print.--limit 🔗
xLink previewtemporal limitNumber of items to print.- xLink previewtemporal no-pagerDisables the interactive pager.
--output 🔗
xLink previewtemporal outputOutput format.--pager 🔗
xLink previewtemporal pagerSets the pager for Temporal CLI to use.- xLink previewtemporal time-formatFormat time as either relative, iso, raw.