Skip to content
Status

CLI

filter-operations

speakeasy openapi transform filter-operations

Given an OpenAPI file, filter down to just the given set of operations

speakeasy openapi transform filter-operations [flags]
-x, --exclude exclude the given operationIDs, rather than including them
-h, --help help for filter-operations
--operations strings list of operation IDs to include (or exclude) (comma-separated list)
-o, --out string write directly to a file instead of stdout
-s, --schema string the schema to transform
--logLevel string the log level (available options: [info, warn, error]) (default "info")