Arazzo Document (Input)
OpenAPI Document (Output)
Convert Your Own Documents
Install the CLI to convert your own Arazzo documents with full type inference from source OpenAPI documents:
Installation
npm install -g arazzo2openapi Usage
# Convert local file
arazzo2openapi workflow.yaml -o openapi.yaml
# Convert remote URL
arazzo2openapi https://example.com/workflow.yaml -o openapi.yaml Links
GitHub • NPM • Documentation