@@ -27,7 +27,7 @@ $ npm install -g @asyncapi/cli
27
27
$ asyncapi COMMAND
28
28
running command...
29
29
$ asyncapi (--version)
30
- @asyncapi/cli/1.17 .0 linux-x64 node-v18.20.3
30
+ @asyncapi/cli/1.18 .0 linux-x64 node-v18.20.3
31
31
$ asyncapi --help [COMMAND]
32
32
USAGE
33
33
$ asyncapi COMMAND
@@ -98,7 +98,7 @@ EXAMPLES
98
98
$ asyncapi bundle ./asyncapi.yaml -o final-asyncapi.yaml --base ../public-api/main.yaml --baseDir ./social-media/comments-service
99
99
```
100
100
101
- _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/bundle.ts ) _
101
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/bundle.ts ) _
102
102
103
103
## ` asyncapi config `
104
104
@@ -112,7 +112,7 @@ DESCRIPTION
112
112
CLI config settings
113
113
```
114
114
115
- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/index.ts ) _
115
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/index.ts ) _
116
116
117
117
## ` asyncapi config analytics `
118
118
@@ -132,7 +132,7 @@ DESCRIPTION
132
132
Enable or disable analytics for metrics collection
133
133
```
134
134
135
- _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/analytics.ts ) _
135
+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/analytics.ts ) _
136
136
137
137
## ` asyncapi config context `
138
138
@@ -146,7 +146,7 @@ DESCRIPTION
146
146
Manage short aliases for full paths to AsyncAPI documents
147
147
```
148
148
149
- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/index.ts ) _
149
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/index.ts ) _
150
150
151
151
## ` asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH `
152
152
@@ -168,7 +168,7 @@ DESCRIPTION
168
168
Add a context to the store
169
169
```
170
170
171
- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/add.ts ) _
171
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/add.ts ) _
172
172
173
173
## ` asyncapi config context current `
174
174
@@ -185,7 +185,7 @@ DESCRIPTION
185
185
Shows the current context that is being used
186
186
```
187
187
188
- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/current.ts ) _
188
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/current.ts ) _
189
189
190
190
## ` asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
191
191
@@ -206,7 +206,7 @@ DESCRIPTION
206
206
Edit a context in the store
207
207
```
208
208
209
- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/edit.ts ) _
209
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/edit.ts ) _
210
210
211
211
## ` asyncapi config context init [CONTEXT-FILE-PATH] `
212
212
@@ -229,7 +229,7 @@ DESCRIPTION
229
229
Initialize context
230
230
```
231
231
232
- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/init.ts ) _
232
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/init.ts ) _
233
233
234
234
## ` asyncapi config context list `
235
235
@@ -246,7 +246,7 @@ DESCRIPTION
246
246
List all the stored contexts in the store
247
247
```
248
248
249
- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/list.ts ) _
249
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/list.ts ) _
250
250
251
251
## ` asyncapi config context remove CONTEXT-NAME `
252
252
@@ -266,7 +266,7 @@ DESCRIPTION
266
266
Delete a context from the store
267
267
```
268
268
269
- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/remove.ts ) _
269
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/remove.ts ) _
270
270
271
271
## ` asyncapi config context use CONTEXT-NAME `
272
272
@@ -286,7 +286,7 @@ DESCRIPTION
286
286
Set a context as current
287
287
```
288
288
289
- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/context/use.ts ) _
289
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/context/use.ts ) _
290
290
291
291
## ` asyncapi config versions `
292
292
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
Show versions of AsyncAPI tools used
304
304
```
305
305
306
- _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/config/versions.ts ) _
306
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/config/versions.ts ) _
307
307
308
308
## ` asyncapi convert [SPEC-FILE] `
309
309
@@ -325,7 +325,7 @@ DESCRIPTION
325
325
Convert asyncapi documents older to newer versions
326
326
```
327
327
328
- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/convert.ts ) _
328
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/convert.ts ) _
329
329
330
330
## ` asyncapi diff OLD NEW `
331
331
@@ -365,7 +365,7 @@ DESCRIPTION
365
365
Find diff between two asyncapi files
366
366
```
367
367
368
- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/diff.ts ) _
368
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/diff.ts ) _
369
369
370
370
## ` asyncapi generate `
371
371
@@ -379,7 +379,7 @@ DESCRIPTION
379
379
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
380
380
```
381
381
382
- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/generate/index.ts ) _
382
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/generate/index.ts ) _
383
383
384
384
## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
385
385
@@ -423,25 +423,25 @@ EXAMPLES
423
423
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
424
424
```
425
425
426
- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/generate/fromTemplate.ts ) _
426
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/generate/fromTemplate.ts ) _
427
427
428
428
## ` asyncapi generate models LANGUAGE FILE `
429
429
430
430
Generates typed models
431
431
432
432
```
433
433
USAGE
434
- $ asyncapi generate models LANGUAGE FILE [-h] [--no-interactive ] [-o <value>] [--tsModelType class|interface ]
435
- [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments] [--tsExportType default|named ]
436
- [--tsJsonBinPack ] [--tsMarshalling ] [--tsExampleInstance ] [--tsRawPropertyNames ] [--packageName <value> ]
437
- [--javaIncludeComments ] [--javaJackson ] [--javaConstraints ] [--namespace <value> ] [--csharpAutoImplement ]
438
- [--csharpNewtonsoft ] [--csharpArrayType Array|List ] [--csharpHashcode ] [--csharpEqual ] [--csharpSystemJson ]
434
+ $ asyncapi generate models LANGUAGE FILE [-h] [-o <value> ] [--packageName <value>] [--namespace <value> ]
435
+ [--tsModelType class|interface] [-- tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments]
436
+ [--tsExportType default|named ] [--tsJsonBinPack ] [--tsMarshalling ] [--tsExampleInstance ] [--tsRawPropertyNames ]
437
+ [--csharpAutoImplement ] [--csharpNewtonsoft ] [--csharpArrayType Array|List ] [--csharpHashcode ] [--csharpEqual ]
438
+ [--csharpSystemJson ] [--javaIncludeComments ] [--javaJackson ] [--javaConstraints ] [--no-interactive ]
439
439
[--log-diagnostics] [--diagnostics-format json|stylish|junit|html|text|teamcity|pretty] [--fail-severity
440
440
error|warn|info|hint]
441
441
442
442
ARGUMENTS
443
- LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus) The language you want the
444
- typed models generated for.
443
+ LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus|scala ) The language you want
444
+ the typed models generated for.
445
445
FILE Path or URL to the AsyncAPI document, or context-name
446
446
447
447
FLAGS
@@ -472,7 +472,7 @@ FLAGS
472
472
--tsEnumType=<option> [default: enum] TypeScript specific, define which type of enums needs to be
473
473
generated.
474
474
<options: enum|union>
475
- --tsExampleInstance Typescript specific, generate example of the model
475
+ --tsExampleInstance Typescript specific, generate example of the model.
476
476
--tsExportType=<option> [default: default] TypeScript specific, define which type of export needs to be
477
477
generated.
478
478
<options: default|named>
@@ -491,7 +491,7 @@ DESCRIPTION
491
491
Generates typed models
492
492
```
493
493
494
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/generate/models.ts ) _
494
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/generate/models.ts ) _
495
495
496
496
## ` asyncapi new `
497
497
@@ -548,7 +548,7 @@ EXAMPLES
548
548
$ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode
549
549
```
550
550
551
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/new/index.ts ) _
551
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/new/index.ts ) _
552
552
553
553
## ` asyncapi new file `
554
554
@@ -605,7 +605,7 @@ EXAMPLES
605
605
$ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode
606
606
```
607
607
608
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/new/file.ts ) _
608
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/new/file.ts ) _
609
609
610
610
## ` asyncapi new glee `
611
611
@@ -627,7 +627,7 @@ DESCRIPTION
627
627
Creates a new Glee project
628
628
```
629
629
630
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/new/glee.ts ) _
630
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/new/glee.ts ) _
631
631
632
632
## ` asyncapi optimize [SPEC-FILE] `
633
633
@@ -665,7 +665,7 @@ EXAMPLES
665
665
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components --output=terminal --no-tty
666
666
```
667
667
668
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/optimize.ts ) _
668
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/optimize.ts ) _
669
669
670
670
## ` asyncapi start `
671
671
@@ -674,7 +674,7 @@ USAGE
674
674
$ asyncapi start
675
675
```
676
676
677
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/start/index.ts ) _
677
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/start/index.ts ) _
678
678
679
679
## ` asyncapi start studio `
680
680
@@ -693,7 +693,7 @@ DESCRIPTION
693
693
starts a new local instance of Studio
694
694
```
695
695
696
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/start/studio.ts ) _
696
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/start/studio.ts ) _
697
697
698
698
## ` asyncapi validate [SPEC-FILE] `
699
699
@@ -721,5 +721,5 @@ DESCRIPTION
721
721
validate asyncapi file
722
722
```
723
723
724
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.17 .0/src/commands/validate.ts ) _
724
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.18 .0/src/commands/validate.ts ) _
725
725
<!-- commandsstop -->
0 commit comments