Skip to content

Commit

Permalink
build(release): 🚀 v10.1.0-next.1 🦉
Browse files Browse the repository at this point in the history
* **openapi:** tooling upgrades ([#1126](#1126)) ([6678d68](6678d68))

[skip ci]
  • Loading branch information
semantic-release-bot authored and kanadgupta committed Jan 6, 2025
1 parent 5d8a554 commit fd4715c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/commands/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Analyze an OpenAPI/Swagger definition for various OpenAPI and ReadMe feature usa
```
USAGE
$ rdme openapi inspect [SPEC] [--feature
additionalProperties|callbacks|circularRefs|discriminators|links|style|polymorphism|serverVariables|webhooks|xml|rea
dme...] [--workingDirectory <value>]
additionalProperties|callbacks|circularRefs|commonParameters|discriminators|links|style|polymorphism|serverVariables
|webhooks|xml|readme...] [--workingDirectory <value>]
ARGUMENTS
SPEC A path to your API definition — either a local file path or a URL. If your working directory and all
Expand All @@ -167,8 +167,8 @@ FLAGS
--feature=<option>... A specific OpenAPI or ReadMe feature you wish to see detailed information on (if it
exists). If any features supplied do not exist within the API definition an exit(1) code
will be returned alongside the report.
<options: additionalProperties|callbacks|circularRefs|discriminators|links|style|polymorph
ism|serverVariables|webhooks|xml|readme>
<options: additionalProperties|callbacks|circularRefs|commonParameters|discriminators|link
s|style|polymorphism|serverVariables|webhooks|xml|readme>
--workingDirectory=<value> Working directory (for usage with relative external references)
DESCRIPTION
Expand Down

0 comments on commit fd4715c

Please sign in to comment.