temporalio/temporal

Verified Publisher

By Temporal Technologies Inc

Updated about 1 month ago

Temporal command-line interface and development server.

Image
3

500K+

temporalio/temporal repository overview

The Temporal CLI provides direct access to a Temporal Service via the terminal. It's a powerful tool for managing, monitoring, and debugging Temporal Applications. You can use it to start, stop, inspect and operate on Workflows and Activities, and perform administrative tasks such as Namespace, Schedule, and Task Queue management.

The Temporal CLI also includes an embedded Temporal Service suitable for use in development and CI/CD. It includes the Temporal Server, SQLite persistence, and the Temporal Web UI.

See full documentation at https://docs.temporal.io/cli

Usage

The CLI is set as the container's entry point. It can be run as follows:

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

Tag summary

Content type

Image

Digest

sha256:896dc523e

Size

75.6 MB

Last updated

about 1 month ago

docker pull temporalio/temporal

This week's pulls

Pulls:

57,493

Last week