Temporal

Use this skill when the user wants to run Temporal Server, manage workflows, activities, or namespaces.

javimosch 80065fa 967 B Updated

File contents

Temporal Plugin

CLI for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal.

Commands

Server

  • temporal server start-dev — Start Temporal development server

Workflow

  • temporal workflow list — List Temporal workflows

Namespace

  • temporal namespace list — List Temporal namespaces

Usage Examples

  • "Start a Temporal development server"
  • "List all workflows"
  • "List all namespaces"

Installation

brew install temporal

Examples

# Start dev server
temporal server start-dev

# List workflows
temporal workflow list

# List namespaces
temporal namespace list

Key Features

  • Run Temporal development server locally
  • Manage workflows and activities
  • Namespace management
  • Docker support available

javimosch/supercli/tree/main/plugins/temporal/skills/quickstart commit 80065fa198

Frequently asked questions

npx skillmds@latest add javimosch/temporal