temporal

CLI for running and managing Temporal Server and UI locally

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for running and interacting with Temporal Server and UI

Commands

temporal

Examples

Start a local Temporal server with UI$ temporal server start-dev
List all workflows in a namespace$ temporal workflow list --namespace default
Describe a specific workflow execution$ temporal workflow describe --workflow-id my-workflow-id --namespace default