Problem
Templates feature allows saving and re-running common workflows, but there's no CLI way to list or export templates in a machine-readable format for CI/CD.
Solution
Add --json flag to template commands (e.g., openwork template list --json) that outputs templates as JSON instead of human-readable text.
Use case
CI/CD pipelines can parse template names and configurations programmatically.
Problem
Templates feature allows saving and re-running common workflows, but there's no CLI way to list or export templates in a machine-readable format for CI/CD.
Solution
Add
--jsonflag to template commands (e.g.,openwork template list --json) that outputs templates as JSON instead of human-readable text.Use case
CI/CD pipelines can parse template names and configurations programmatically.