cli

module
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2026 License: MIT

README

Temporal CLI

Temporal command-line interface and development server.

DOCUMENTATION

Quick Install

Reference the documentation for detailed install information.

Install via Homebrew
brew install temporal
Install via download
  1. Download the version for your OS and architecture:
  2. Extract the downloaded archive.
  3. Add the temporal binary to your PATH (temporal.exe for Windows).
Run via Docker

Temporal CLI on DockerHub

docker run --rm temporalio/temporal --help

Note that for dev server to be accessible from host system, it needs to listen on external IP and the ports need to be forwarded:

docker run --rm -p 7233:7233 -p 8233:8233 temporalio/temporal:latest server start-dev --ip 0.0.0.0
# UI is now accessible from host at http://localhost:8233/
Build
  1. Install Go
  2. Clone repository
  3. Switch to cloned directory, and run go build ./cmd/temporal

The executable will be at temporal (temporal.exe for Windows).

Usage

Reference the documentation for detailed usage information.

Contributing

See CONTRIBUTING.md.

Directories

Path Synopsis
cliext module
cmd
gen-commands command
gen-docs command
temporal command
internal
commandsgen
Package commandsgen reads YAML command definitions and generates code from them.
Package commandsgen reads YAML command definitions and generates code from them.
printer/test command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL