openapi-forge-cli 0.1.1

OpenAPI Forge command-line interface
openapi-forge-cli-0.1.1 is not a library.

forge CLI.

Two input modes:

  • [input] spec = "openapi.json" — parse an OpenAPI 3.0 JSON spec through forge-parser, then run the pipeline.
  • [input] ir = "ir.json" — load a canonical forge_ir::Ir directly (debugging escape hatch; bypasses the parser).

Configuration lives in forge.toml next to the project.