0.0.2 • Published 7 years ago

swaggy-jenkins-cli v0.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Build Status Dependencies Status Coverage Status Published Version npm Badge

Swaggy Jenkins CLI

Swaggy Jenkins CLI is a utility tool for Swaggy Jenkins library.

It's used for generating OpenAPI definitions YAML from a set of Jenkins response JSON files for both Remote Access API and Blue Ocean API.

Installation

npm install -g swaggy-jenkins-cli

Usage

Generate OpenAPI definitions YAML from a set of Remote Access API's response JSON files under a directory:

swaggy-jenkins response2definition examples/responses/ --api-type remote-access

Generate definitions from a single response JSON file and write the output to both console and file:

swaggy-jenkins response2definition examples/responses/getComputer.json --api-type remote-access --reporter console,file --out-file examples/definitions.yml

Colophon

Developer's Guide

Build reports:

Related Projects:

  • swaggy-jenkins - Generated Jenkins API clients based on OpenAPI spec
  • swaggy-c - Builder for Swagger CodeGen-generated API clients in multiple languages