Skip to content

hilary/openapi-cli-bundle-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Bundle

OpenAPI CLI Bundle action

Bundle a multiple file OpenAPI spec into a single file spec with the traditional layout.

Credits

This Github Action is a wrapper for Redocly's openapi-cli bundle command.

Usage

steps:
  - name: checkout spec
    uses: actions/checkout@v2
  - name: bundle spec
    uses: hilary/openapi-cli-bundle-action@v0.0.1
    with:
      base-spec: My-API.yml
      bundled-spec: dist/My-API-bundled.yml

About

A github action to bundle a multiple file OpenAPI spec into a single file using Redocly's openapi-cli

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors