Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 644 Bytes

remove-unused.md

File metadata and controls

29 lines (19 loc) · 644 Bytes

remove-unused

speakeasy openapi transform remove-unused

Given an OpenAPI file, remove all unused options

Usage

speakeasy openapi transform remove-unused [flags]

Options

  -h, --help            help for remove-unused
  -o, --out string      write directly to a file instead of stdout
  -s, --schema string   the schema to transform

Options inherited from parent commands

      --logLevel string   the log level (available options: [info, warn, error]) (default "info")

Parent Command