Awesome
Temporal CLI
Temporal command-line interface and development server.
Quick Install
Reference the documentation for detailed install information.
Install via Homebrew
brew install temporal
Install via download
- Download the version for your OS and architecture:
- Linux amd64
- Linux arm64
- macOS amd64
- macOS arm64 (Apple silicon)
- Windows amd64
- Extract the downloaded archive.
- Add the
temporal
binary to yourPATH
(temporal.exe
for Windows).
Build
- Install Go
- Clone repository
- 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.