tctl

CLI tool for interacting with Temporal Server and managing workflows

brewmacoslinux
Try with needOr install directly
Source

About

Temporal CLI (tctl)

Commands

tctl

Examples

List all namespaces on the Temporal server$ tctl namespace list
Describe a specific workflow execution$ tctl workflow describe -w workflow_id -r run_id
Start a new workflow execution$ tctl workflow start --taskqueue my-queue --workflow-type MyWorkflow