Skip to content

wappgmbh/spec-strip

Repository files navigation

🧹 spec-strip

Cleanup OpenAPI specs by path tags.

Download

GitHub Release

Usage

NAME
        spec-strip strip -

SYNOPSIS
        spec-strip strip [(-f | --force | --overwrite)]
                (-i <input file> | --input <input file>)
                (-o <output file> | --output <output file>)
                [(-t <output type (JSON or YAML)> | --type <output type (JSON or YAML)>)]
                [--] <included tags>...

OPTIONS
        -f, --force, --overwrite


        -i <input file>, --input <input file>


        -o <output file>, --output <output file>


        -t <output type (JSON or YAML)>, --type <output type (JSON or YAML)>


        --
            This option can be used to separate command-line options from the
            list of argument, (useful when arguments might be mistaken for
            command-line options

        <included tags>