spec2cli-basics
Installation
SKILL.md
spec2cli — Basics
spec2cli turns any OpenAPI/Swagger spec into a working CLI. No code generation.
Loading a spec
# Local file (YAML or JSON)
spec2cli --spec ./openapi.yaml <group> <command>
# Remote URL
spec2cli --spec https://api.example.com/openapi.json <group> <command>
# Swagger 2.0 is auto-converted
spec2cli --spec ./swagger2.json <group> <command>