ytakahashi / coas

Command line tool to see OAS3 file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coas

License

Command line tool to see OAS3 file.

coas

Usage

Usage:
  coas [flags]

Flags:
  -b, --build           if specified, builds url interactively
  -c, --config string   config file (default: $HOME/.coas/config.yaml)
  -f, --file string     OAS3 file path
  -h, --help            help for coas

Config File

-f option is omitted if config file. Path to oas files can be written in config file as follows:

oasFiles:
  - '/path/to/api.yaml'
  - '/path/to/another_api.yaml'

About

Command line tool to see OAS3 file.

License:Apache License 2.0


Languages

Language:Go 100.0%