@@ -27,7 +27,7 @@ $ npm install -g @asyncapi/cli
27
27
$ asyncapi COMMAND
28
28
running command...
29
29
$ asyncapi (--version)
30
- @asyncapi/cli/2.7.4 linux-x64 node-v18.20.4
30
+ @asyncapi/cli/2.8.0 linux-x64 node-v18.20.4
31
31
$ asyncapi --help [COMMAND]
32
32
USAGE
33
33
$ asyncapi COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
99
99
$ asyncapi bundle ./asyncapi.yaml -o final-asyncapi.yaml --base ../public-api/main.yaml --baseDir ./social-media/comments-service
100
100
```
101
101
102
- _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/bundle.ts ) _
102
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/bundle.ts ) _
103
103
104
104
## ` asyncapi config `
105
105
@@ -113,7 +113,7 @@ DESCRIPTION
113
113
CLI config settings
114
114
```
115
115
116
- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/index.ts ) _
116
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/index.ts ) _
117
117
118
118
## ` asyncapi config analytics `
119
119
@@ -133,7 +133,7 @@ DESCRIPTION
133
133
Enable or disable analytics for metrics collection
134
134
```
135
135
136
- _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/analytics.ts ) _
136
+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/analytics.ts ) _
137
137
138
138
## ` asyncapi config context `
139
139
@@ -147,7 +147,7 @@ DESCRIPTION
147
147
Manage short aliases for full paths to AsyncAPI documents
148
148
```
149
149
150
- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/index.ts ) _
150
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/index.ts ) _
151
151
152
152
## ` asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH `
153
153
@@ -169,7 +169,7 @@ DESCRIPTION
169
169
Add a context to the store
170
170
```
171
171
172
- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/add.ts ) _
172
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/add.ts ) _
173
173
174
174
## ` asyncapi config context current `
175
175
@@ -186,7 +186,7 @@ DESCRIPTION
186
186
Shows the current context that is being used
187
187
```
188
188
189
- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/current.ts ) _
189
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/current.ts ) _
190
190
191
191
## ` asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
192
192
@@ -207,7 +207,7 @@ DESCRIPTION
207
207
Edit a context in the store
208
208
```
209
209
210
- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/edit.ts ) _
210
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/edit.ts ) _
211
211
212
212
## ` asyncapi config context init [CONTEXT-FILE-PATH] `
213
213
@@ -230,7 +230,7 @@ DESCRIPTION
230
230
Initialize context
231
231
```
232
232
233
- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/init.ts ) _
233
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/init.ts ) _
234
234
235
235
## ` asyncapi config context list `
236
236
@@ -247,7 +247,7 @@ DESCRIPTION
247
247
List all the stored contexts in the store
248
248
```
249
249
250
- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/list.ts ) _
250
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/list.ts ) _
251
251
252
252
## ` asyncapi config context remove CONTEXT-NAME `
253
253
@@ -267,7 +267,7 @@ DESCRIPTION
267
267
Delete a context from the store
268
268
```
269
269
270
- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/remove.ts ) _
270
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/remove.ts ) _
271
271
272
272
## ` asyncapi config context use CONTEXT-NAME `
273
273
@@ -287,7 +287,7 @@ DESCRIPTION
287
287
Set a context as current
288
288
```
289
289
290
- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/context/use.ts ) _
290
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/context/use.ts ) _
291
291
292
292
## ` asyncapi config versions `
293
293
@@ -304,7 +304,7 @@ DESCRIPTION
304
304
Show versions of AsyncAPI tools used
305
305
```
306
306
307
- _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/config/versions.ts ) _
307
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/config/versions.ts ) _
308
308
309
309
## ` asyncapi convert [SPEC-FILE] `
310
310
@@ -332,7 +332,7 @@ DESCRIPTION
332
332
Convert asyncapi documents older to newer versions or OpenAPI/postman-collection documents to AsyncAPI
333
333
```
334
334
335
- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/convert.ts ) _
335
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/convert.ts ) _
336
336
337
337
## ` asyncapi diff OLD NEW `
338
338
@@ -372,7 +372,7 @@ DESCRIPTION
372
372
Find diff between two asyncapi files
373
373
```
374
374
375
- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/diff.ts ) _
375
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/diff.ts ) _
376
376
377
377
## ` asyncapi generate `
378
378
@@ -386,7 +386,7 @@ DESCRIPTION
386
386
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
387
387
```
388
388
389
- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/generate/index.ts ) _
389
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/generate/index.ts ) _
390
390
391
391
## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
392
392
@@ -431,7 +431,7 @@ EXAMPLES
431
431
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
432
432
```
433
433
434
- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/generate/fromTemplate.ts ) _
434
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/generate/fromTemplate.ts ) _
435
435
436
436
## ` asyncapi generate models LANGUAGE FILE `
437
437
@@ -502,7 +502,7 @@ DESCRIPTION
502
502
Generates typed models
503
503
```
504
504
505
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/generate/models.ts ) _
505
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/generate/models.ts ) _
506
506
507
507
## ` asyncapi new `
508
508
@@ -560,7 +560,7 @@ EXAMPLES
560
560
$ 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
561
561
```
562
562
563
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/new/index.ts ) _
563
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/new/index.ts ) _
564
564
565
565
## ` asyncapi new file `
566
566
@@ -618,7 +618,7 @@ EXAMPLES
618
618
$ 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
619
619
```
620
620
621
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/new/file.ts ) _
621
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/new/file.ts ) _
622
622
623
623
## ` asyncapi new glee `
624
624
@@ -640,7 +640,7 @@ DESCRIPTION
640
640
Creates a new Glee project
641
641
```
642
642
643
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/new/glee.ts ) _
643
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/new/glee.ts ) _
644
644
645
645
## ` asyncapi new template `
646
646
@@ -664,7 +664,7 @@ DESCRIPTION
664
664
Creates a new template
665
665
```
666
666
667
- _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/new/template.ts ) _
667
+ _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/new/template.ts ) _
668
668
669
669
## ` asyncapi optimize [SPEC-FILE] `
670
670
@@ -706,7 +706,7 @@ EXAMPLES
706
706
$ asyncapi optimize ./asyncapi.yaml --ignore=schema
707
707
```
708
708
709
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/optimize.ts ) _
709
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/optimize.ts ) _
710
710
711
711
## ` asyncapi start `
712
712
@@ -720,7 +720,7 @@ DESCRIPTION
720
720
Starts AsyncAPI-related services. Currently, it supports launching the AsyncAPI Studio
721
721
```
722
722
723
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/start/index.ts ) _
723
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/start/index.ts ) _
724
724
725
725
## ` asyncapi start studio `
726
726
@@ -739,7 +739,7 @@ DESCRIPTION
739
739
starts a new local instance of Studio
740
740
```
741
741
742
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/start/studio.ts ) _
742
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/start/studio.ts ) _
743
743
744
744
## ` asyncapi validate [SPEC-FILE] `
745
745
@@ -769,5 +769,5 @@ DESCRIPTION
769
769
validate asyncapi file
770
770
```
771
771
772
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.7.4 /src/commands/validate.ts ) _
772
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.8.0 /src/commands/validate.ts ) _
773
773
<!-- commandsstop -->
0 commit comments