Skip to content

Commit

Permalink
chore(release): v4.0.0-next.28 (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Apr 22, 2024
1 parent be36c12 commit f42fb4b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
37 changes: 22 additions & 15 deletions modelina-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,25 @@
# Table of contents

<!-- toc -->
* [Table of contents](#table-of-contents)
* [Installation](#installation)
* [Download latest release](#download-latest-release)
* [Install it](#install-it)
* [Download latest release](#download-latest-release-1)
* [Install it](#install-it-1)
* [Download](#download)
* [Install](#install)
* [Download](#download-1)
* [Install](#install-1)
* [Usage](#usage)
* [Commands](#commands)

- [Installation](#installation)
* [MacOS](#macos)
* [Windows](#windows)
* [Linux](#linux)
* [Others](#others)
- [Usage](#usage)
- [Commands](#commands)
* [`modelina config`](#modelina-config)
* [`modelina config context`](#modelina-config-context)
* [`modelina config context add CONTEXT-NAME SPEC-FILE-PATH`](#modelina-config-context-add-context-name-spec-file-path)
* [`modelina config context current`](#modelina-config-context-current)
* [`modelina config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH`](#modelina-config-context-edit-context-name-new-spec-file-path)
* [`modelina config context init [CONTEXT-FILE-PATH]`](#modelina-config-context-init-context-file-path)
* [`modelina config context list`](#modelina-config-context-list)
* [`modelina config context remove CONTEXT-NAME`](#modelina-config-context-remove-context-name)
* [`modelina config context use CONTEXT-NAME`](#modelina-config-context-use-context-name)
* [`modelina generate LANGUAGE FILE`](#modelina-generate-language-file)

<!-- tocstop -->

# Installation
Expand Down Expand Up @@ -163,7 +170,7 @@ $ npm install -g @asyncapi/modelina-cli
$ modelina COMMAND
running command...
$ modelina (--version)
@asyncapi/modelina-cli/4.0.0-next.27 darwin-x64 node-v18.19.0
@asyncapi/modelina-cli/4.0.0-next.27 linux-x64 node-v18.20.2
$ modelina --help [COMMAND]
USAGE
$ modelina COMMAND
Expand Down Expand Up @@ -223,7 +230,7 @@ USAGE
ARGUMENTS
CONTEXT-NAME context name
SPEC-FILE-PATH file path of the input document
SPEC-FILE-PATH file path of the spec file
FLAGS
-h, --help Show CLI help.
Expand Down Expand Up @@ -262,7 +269,7 @@ USAGE
ARGUMENTS
CONTEXT-NAME context name
NEW-SPEC-FILE-PATH new file path of the input
NEW-SPEC-FILE-PATH file path of the spec file
FLAGS
-h, --help Show CLI help.
Expand Down
7 changes: 3 additions & 4 deletions modelina-cli/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 modelina-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asyncapi/modelina-cli",
"description": "CLI to work with Modelina",
"version": "4.0.0-next.27",
"version": "4.0.0-next.28",
"bin": {
"modelina": "./bin/run"
},
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": "@asyncapi/modelina",
"version": "4.0.0-next.27",
"version": "4.0.0-next.28",
"description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents",
"license": "Apache-2.0",
"homepage": "https://www.modelina.org",
Expand Down

0 comments on commit f42fb4b

Please sign in to comment.