목록으로
데이터무료CLI

Temporal CLI (tctl)

Temporal

OpenAPI 스펙

설명

Temporal CLI로 내구성 있는 워크플로우를 관리합니다. temporal workflow start/describe로 워크플로우 실행·조회하고, temporal schedule로 크론 워크플로우를 설정하며, 네임스페이스와 태스크 큐를 관리합니다.

인증 방식

API 키 필요

CORS 지원

미지원 (프록시 필요)

가격

무료

태그

CLITemporal워크플로우오케스트레이션

사용 예시

curl -s "brew install temporal?serviceKey=YOUR_API_KEY"

코드 예시

curl -s \
  -H "Authorization: Bearer YOUR_API_KEY" \
  "brew install temporal"

API Playground

실제 API를 브라우저에서 바로 테스트해보세요