{"id":25658442,"url":"https://github.com/temporalio/cli","last_synced_at":"2026-02-05T17:03:42.050Z","repository":{"id":63641951,"uuid":"559700601","full_name":"temporalio/cli","owner":"temporalio","description":"Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal","archived":false,"fork":false,"pushed_at":"2025-05-06T22:06:24.000Z","size":14468,"stargazers_count":282,"open_issues_count":68,"forks_count":47,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-12T05:13:38.923Z","etag":null,"topics":["ci","go","temporal","workflow-engine"],"latest_commit_sha":null,"homepage":"https://docs.temporal.io/cli","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/temporalio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-30T22:31:48.000Z","updated_at":"2025-05-07T14:21:52.000Z","dependencies_parsed_at":"2024-04-06T00:23:00.499Z","dependency_job_id":"c561ec24-5d52-49c1-9d89-9628cb1358cb","html_url":"https://github.com/temporalio/cli","commit_stats":{"total_commits":696,"total_committers":72,"mean_commits":9.666666666666666,"dds":0.6091954022988506,"last_synced_commit":"06af16e4e5879f0c10d5db53e6c8a8cdcdfefda6"},"previous_names":["temporalio/temporal-cli"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159689,"owners_count":22024564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci","go","temporal","workflow-engine"],"created_at":"2025-02-24T00:21:25.489Z","updated_at":"2026-02-05T17:03:42.045Z","avatar_url":"https://github.com/temporalio.png","language":"Go","readme":"# Temporal CLI\n\nTemporal command-line interface and development server.\n\n**[DOCUMENTATION](https://docs.temporal.io/cli)**\n\n## Quick Install\n\nReference [the documentation](https://docs.temporal.io/cli) for detailed install information.\n\n### Install via Homebrew\n\n    brew install temporal\n\n### Install via download\n\n1. Download the version for your OS and architecture:\n    - [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux\u0026arch=amd64)\n    - [Linux arm64](https://temporal.download/cli/archive/latest?platform=linux\u0026arch=arm64)\n    - [macOS amd64](https://temporal.download/cli/archive/latest?platform=darwin\u0026arch=amd64)\n    - [macOS arm64](https://temporal.download/cli/archive/latest?platform=darwin\u0026arch=arm64) (Apple silicon)\n    - [Windows amd64](https://temporal.download/cli/archive/latest?platform=windows\u0026arch=amd64)\n2. Extract the downloaded archive.\n3. Add the `temporal` binary to your `PATH` (`temporal.exe` for Windows).\n\n### Run via Docker\n\n[Temporal CLI on DockerHub](https://hub.docker.com/r/temporalio/temporal)\n\n    docker run --rm temporalio/temporal --help\n\nNote that for dev server to be accessible from host system, it needs to listen on external IP and the ports need to be forwarded:\n\n    docker run --rm -p 7233:7233 -p 8233:8233 temporalio/temporal:latest server start-dev --ip 0.0.0.0\n    # UI is now accessible from host at http://localhost:8233/\n\n### Build\n\n1. Install [Go](https://go.dev/)\n2. Clone repository\n3. Switch to cloned directory, and run `go build ./cmd/temporal`\n\nThe executable will be at `temporal` (`temporal.exe` for Windows).\n\n## Usage\n\nReference [the documentation](https://docs.temporal.io/cli) for detailed usage information.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fcli/lists"}