0.1.2 • Published 5 years ago

@jujorie/swabe-cli v0.1.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

SWABE Command Line Utilities

Table of Contents

Usage

Usage: swabe [options] [command]

Swabe command line utility

Options:
  -V, --version                  output the version number
  -h, --help                     output usage information

Commands:
  export|ex [options] <file>     Exports the config
  jar:download|dl                Download swagger-codegen-cli JAR
  generate|gen [options] <file>  Generate clients from swagger doc

Commands

Export

Exports the config

Usage

$ swabe export|ex [options] <file>

Options

-t, --title set the document title
-y, --yaml  Exports as YAML
-j, --json  Exports as JSON

Jar Download

Download swagger-codegen-cli JAR

Usage

$ swabe jar:download|dl [options]

Generate

Generate clients from swagger doc

Usage

$ swabe generate|gen [options] <file>

Options

-f, --format <format>  Generated code format
-o, --output <output>  Output path
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago