temporal-cli
SKILL.md
Temporal CLI Skill
Execute Temporal CLI commands with smart patterns for workflow management. This skill provides comprehensive knowledge for using Temporal CLI v1.5.1 effectively with base64 and jq.
Prerequisites
- Temporal CLI v1.5.1+ installed and available in PATH
- Configured environments in
~/.config/temporalio/temporal.yaml - base64 command-line tool (standard on most systems)
- jq JSON processor for parsing and filtering
Core Command Pattern
ALL Temporal CLI commands follow this base pattern:
temporal --env <environment> -o json --time-format iso workflow <operation> [args...]