oapit

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MIT Imports: 5 Imported by: 0

README

oapit

OpenAPI 3.0 CLI toolkit

Usage

$ oapit validate schema -f schema.yml
$ oapit -f schema.yml validate payload -s MySchema ./payload.json

Install

Pre-built binaries are available on: https://github.com/karupanerura/oapit/releases/tag/v0.0.3

$ VERSION=0.0.3
$ curl -sfLO https://github.com/karupanerura/oapit/releases/download/v${VERSION}/oapit_${VERSION}_$(go env GOOS)_$(go env GOARCH).tar.gz
$ tar zxf oapit_${VERSION}_$(go env GOOS)_$(go env GOARCH).tar.gz
$ install -m 0755 oapit $PREFIX
$ rm oapit oapit_${VERSION}_$(go env GOOS)_$(go env GOARCH).tar.gz

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL