temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal

Home Page:https://docs.temporal.io/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal CLI

Temporal command-line interface and development server.

⚠️ Under active development and inputs/outputs may change ⚠️

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).

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.

About

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal

https://docs.temporal.io/cli

License:MIT License


Languages

Language:Go 97.2%Language:Shell 2.7%Language:Dockerfile 0.1%