tctl v1.17 data-converter command reference
The What is a Data Converter? A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.tctl dataconverter
command enables custom Data Converter
web
The What is a Data Converter? A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.tctl dataconverter web
command specifies the WebSocket URL of a custom Data Converter
tctl dataconverter web --web_ui_url <url>
The following modifiers control the behavior of the command.
port
Specify a port for the WebSocket URL of a custom Data Converter What is a Data Converter? A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Example
tctl dataconverter web --web_ui_url <url> --port <value>
--web_ui_url
Required modifier
Specify the WebSocket URL of a custom Data Converter What is a Data Converter? A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Example
tctl dataconverter web --web_ui_url <url>