Skip to content

Commit

Permalink
build(release): 🚀 v9.0.0-next.23 🦉
Browse files Browse the repository at this point in the history
# [9.0.0-next.23](v9.0.0-next.22...v9.0.0-next.23) (2024-11-19)

### Features

* add `title` flag to `openapi:convert` ([#1071](#1071)) ([1d71f3f](1d71f3f)), closes [#1068](#1068)

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 1d71f3f commit e85dcc6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.0.0-next.23](https://github.com/readmeio/rdme/compare/v9.0.0-next.22...v9.0.0-next.23) (2024-11-19)


### Features

* add `title` flag to `openapi:convert` ([#1071](https://github.com/readmeio/rdme/issues/1071)) ([1d71f3f](https://github.com/readmeio/rdme/commit/1d71f3ff3db022bf81a5c6ec9d9eceb42d093961)), closes [#1068](https://github.com/readmeio/rdme/issues/1068)

# [9.0.0-next.22](https://github.com/readmeio/rdme/compare/v9.0.0-next.21...v9.0.0-next.22) (2024-11-19)


Expand Down
8 changes: 4 additions & 4 deletions documentation/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g rdme
$ rdme COMMAND
running command...
$ rdme (--version)
rdme/9.0.0-next.21 linux-x64 node-v20.18.0
rdme/9.0.0-next.22 linux-x64 node-v20.18.0
$ rdme --help [COMMAND]
USAGE
$ rdme COMMAND
Expand Down Expand Up @@ -323,13 +323,14 @@ Convert an API definition to OpenAPI and bundle any external references.

```
USAGE
$ rdme openapi:convert [SPEC] [--out <value>] [--workingDirectory <value>]
$ rdme openapi:convert [SPEC] [--out <value>] [--title <value>] [--workingDirectory <value>]
ARGUMENTS
SPEC A file/URL to your API definition
FLAGS
--out=<value> Output file path to write converted file to
--title=<value> An override value for the `info.title` field in the API definition
--workingDirectory=<value> Working directory (for usage with relative external references)
DESCRIPTION
Expand All @@ -344,7 +345,7 @@ 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...] [--title <value>] [--workingDirectory <value>]
dme...] [--workingDirectory <value>]
ARGUMENTS
SPEC A file/URL to your API definition
Expand All @@ -355,7 +356,6 @@ FLAGS
will be returned alongside the report.
<options: additionalProperties|callbacks|circularRefs|discriminators|links|style|polymorph
ism|serverVariables|webhooks|xml|readme>
--title=<value> An override value for the `info.title` field in the API definition
--workingDirectory=<value> Working directory (for usage with relative external references)
DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdme",
"version": "9.0.0-next.22",
"version": "9.0.0-next.23",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit e85dcc6

Please sign in to comment.