Skip to content

Commit 9c8c03a

Browse files
author
asyncapi-bot
committed
chore(release): v4.0.0-next.65
1 parent fd00ade commit 9c8c03a

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

modelina-cli/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $ npm install -g @asyncapi/modelina-cli
162162
$ modelina COMMAND
163163
running command...
164164
$ modelina (--version)
165-
@asyncapi/modelina-cli/4.0.0-next.63 linux-x64 node-v18.20.5
165+
@asyncapi/modelina-cli/4.0.0-next.64 linux-x64 node-v18.20.5
166166
$ modelina --help [COMMAND]
167167
USAGE
168168
$ modelina COMMAND
@@ -240,7 +240,7 @@ DESCRIPTION
240240
CLI config settings
241241
```
242242

243-
_See code: [src/commands/config/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/index.ts)_
243+
_See code: [src/commands/config/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/index.ts)_
244244

245245
## `modelina config context`
246246

@@ -254,7 +254,7 @@ DESCRIPTION
254254
Manage short aliases for full paths to inputs
255255
```
256256

257-
_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/index.ts)_
257+
_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/index.ts)_
258258

259259
## `modelina config context add CONTEXT-NAME SPEC-FILE-PATH`
260260

@@ -276,7 +276,7 @@ DESCRIPTION
276276
Add a context to the store
277277
```
278278

279-
_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/add.ts)_
279+
_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/add.ts)_
280280

281281
## `modelina config context current`
282282

@@ -293,7 +293,7 @@ DESCRIPTION
293293
Shows the current context that is being used
294294
```
295295

296-
_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/current.ts)_
296+
_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/current.ts)_
297297

298298
## `modelina config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH`
299299

@@ -314,7 +314,7 @@ DESCRIPTION
314314
Edit a context in the store
315315
```
316316

317-
_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/edit.ts)_
317+
_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/edit.ts)_
318318

319319
## `modelina config context init [CONTEXT-FILE-PATH]`
320320

@@ -337,7 +337,7 @@ DESCRIPTION
337337
Initialize context
338338
```
339339

340-
_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/init.ts)_
340+
_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/init.ts)_
341341

342342
## `modelina config context list`
343343

@@ -354,7 +354,7 @@ DESCRIPTION
354354
List all the stored contexts in the store
355355
```
356356

357-
_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/list.ts)_
357+
_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/list.ts)_
358358

359359
## `modelina config context remove CONTEXT-NAME`
360360

@@ -374,7 +374,7 @@ DESCRIPTION
374374
Delete a context from the store
375375
```
376376

377-
_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/remove.ts)_
377+
_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/remove.ts)_
378378

379379
## `modelina config context use CONTEXT-NAME`
380380

@@ -394,7 +394,7 @@ DESCRIPTION
394394
Set a context as current
395395
```
396396

397-
_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/config/context/use.ts)_
397+
_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/config/context/use.ts)_
398398

399399
## `modelina generate LANGUAGE FILE`
400400

@@ -406,8 +406,8 @@ USAGE
406406
[--tsModelType class|interface] [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments]
407407
[--tsExportType default|named] [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--tsRawPropertyNames]
408408
[--csharpAutoImplement] [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual]
409-
[--csharpSystemJson] [--javaIncludeComments] [--javaJackson] [--javaConstraints] [--javaArrayType Array|List]
410-
[--pyDantic]
409+
[--csharpSystemJson] [--goIncludeComments] [--goIncludeTags] [--javaIncludeComments] [--javaJackson]
410+
[--javaConstraints] [--javaArrayType Array|List] [--pyDantic]
411411
412412
ARGUMENTS
413413
LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus|scala) The language you want
@@ -425,6 +425,8 @@ FLAGS
425425
--csharpHashcode C# specific, generate the models with the GetHashCode method overwritten
426426
--csharpNewtonsoft C# specific, generate the models with newtonsoft serialization support
427427
--csharpSystemJson C# specific, generate the models with System.Text.Json serialization support
428+
--goIncludeComments Golang specific, if enabled add comments while generating models.
429+
--goIncludeTags Golang specific, if enabled add tags while generating models.
428430
--javaArrayType=<option> [default: Array] Java specific, define which type of array needs to be generated.
429431
<options: Array|List>
430432
--javaConstraints Java specific, generate the models with constraints
@@ -456,7 +458,7 @@ DESCRIPTION
456458
Generates typed models
457459
```
458460

459-
_See code: [src/commands/generate.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.63/modelina-cli/src/commands/generate.ts)_
461+
_See code: [src/commands/generate.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.64/modelina-cli/src/commands/generate.ts)_
460462

461463
## `modelina help [COMMAND]`
462464

modelina-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modelina-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/modelina-cli",
33
"description": "CLI to work with Modelina",
4-
"version": "4.0.0-next.64",
4+
"version": "4.0.0-next.65",
55
"bin": {
66
"modelina": "./bin/run_bin"
77
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/modelina",
3-
"version": "4.0.0-next.64",
3+
"version": "4.0.0-next.65",
44
"description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents",
55
"license": "Apache-2.0",
66
"homepage": "https://www.modelina.org",

0 commit comments

Comments
 (0)