@@ -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.15.1 linux-x64 node-v18.20.2
30
+ @asyncapi/cli/1.15.2 linux-x64 node-v18.20.2
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.15.1 /src/commands/bundle.ts ) _
101
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/index.ts ) _
115
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/analytics.ts ) _
135
+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/index.ts ) _
149
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/add.ts ) _
171
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/current.ts ) _
188
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/edit.ts ) _
209
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/init.ts ) _
232
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/list.ts ) _
249
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/remove.ts ) _
269
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/context/use.ts ) _
289
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/config/versions.ts ) _
306
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/convert.ts ) _
328
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/diff.ts ) _
368
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/generate/index.ts ) _
382
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/generate/index.ts ) _
383
383
384
384
## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
385
385
@@ -423,7 +423,7 @@ 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.15.1 /src/commands/generate/fromTemplate.ts ) _
426
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/generate/fromTemplate.ts ) _
427
427
428
428
## ` asyncapi generate models LANGUAGE FILE `
429
429
@@ -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.15.1 /src/commands/generate/models.ts ) _
494
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/new/index.ts ) _
551
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/new/file.ts ) _
608
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/new/glee.ts ) _
630
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /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.15.1 /src/commands/optimize.ts ) _
668
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/optimize.ts ) _
669
669
670
670
## ` asyncapi start `
671
671
@@ -679,7 +679,7 @@ DESCRIPTION
679
679
Start asyncapi studio
680
680
```
681
681
682
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.1 /src/commands/start/index.ts ) _
682
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/start/index.ts ) _
683
683
684
684
## ` asyncapi start studio `
685
685
@@ -698,7 +698,7 @@ DESCRIPTION
698
698
starts a new local instance of Studio
699
699
```
700
700
701
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.15.1 /src/commands/start/studio.ts ) _
701
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/start/studio.ts ) _
702
702
703
703
## ` asyncapi validate [SPEC-FILE] `
704
704
@@ -726,5 +726,5 @@ DESCRIPTION
726
726
validate asyncapi file
727
727
```
728
728
729
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.15.1 /src/commands/validate.ts ) _
729
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.15.2 /src/commands/validate.ts ) _
730
730
<!-- commandsstop -->
0 commit comments