@@ -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.0.4 linux-x64 node-v18.20.3
30
+ @asyncapi/cli/2.1.0 linux-x64 node-v18.20.3
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.0.4 /src/commands/bundle.ts ) _
102
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/index.ts ) _
116
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/analytics.ts ) _
136
+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/index.ts ) _
150
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/add.ts ) _
172
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/current.ts ) _
189
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/edit.ts ) _
210
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/init.ts ) _
233
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/list.ts ) _
250
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/remove.ts ) _
270
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/context/use.ts ) _
290
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v2.1.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.0.4 /src/commands/config/versions.ts ) _
307
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/config/versions.ts ) _
308
308
309
309
## ` asyncapi convert [SPEC-FILE] `
310
310
@@ -326,7 +326,7 @@ DESCRIPTION
326
326
Convert asyncapi documents older to newer versions
327
327
```
328
328
329
- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/convert.ts ) _
329
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/convert.ts ) _
330
330
331
331
## ` asyncapi diff OLD NEW `
332
332
@@ -366,7 +366,7 @@ DESCRIPTION
366
366
Find diff between two asyncapi files
367
367
```
368
368
369
- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/diff.ts ) _
369
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/diff.ts ) _
370
370
371
371
## ` asyncapi generate `
372
372
@@ -380,7 +380,7 @@ DESCRIPTION
380
380
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
381
381
```
382
382
383
- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/generate/index.ts ) _
383
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/generate/index.ts ) _
384
384
385
385
## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
386
386
@@ -424,7 +424,7 @@ EXAMPLES
424
424
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
425
425
```
426
426
427
- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/generate/fromTemplate.ts ) _
427
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/generate/fromTemplate.ts ) _
428
428
429
429
## ` asyncapi generate models LANGUAGE FILE `
430
430
@@ -495,7 +495,7 @@ DESCRIPTION
495
495
Generates typed models
496
496
```
497
497
498
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/generate/models.ts ) _
498
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/generate/models.ts ) _
499
499
500
500
## ` asyncapi new `
501
501
@@ -553,7 +553,7 @@ EXAMPLES
553
553
$ 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
554
554
```
555
555
556
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/new/index.ts ) _
556
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/new/index.ts ) _
557
557
558
558
## ` asyncapi new file `
559
559
@@ -611,7 +611,7 @@ EXAMPLES
611
611
$ 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
612
612
```
613
613
614
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/new/file.ts ) _
614
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/new/file.ts ) _
615
615
616
616
## ` asyncapi new glee `
617
617
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
Creates a new Glee project
634
634
```
635
635
636
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/new/glee.ts ) _
636
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/new/glee.ts ) _
637
637
638
638
## ` asyncapi new template `
639
639
@@ -657,7 +657,7 @@ DESCRIPTION
657
657
Creates a new template
658
658
```
659
659
660
- _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/new/template.ts ) _
660
+ _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/new/template.ts ) _
661
661
662
662
## ` asyncapi optimize [SPEC-FILE] `
663
663
@@ -695,7 +695,7 @@ EXAMPLES
695
695
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components --output=terminal --no-tty
696
696
```
697
697
698
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/optimize.ts ) _
698
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/optimize.ts ) _
699
699
700
700
## ` asyncapi start `
701
701
@@ -704,7 +704,7 @@ USAGE
704
704
$ asyncapi start
705
705
```
706
706
707
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/start/index.ts ) _
707
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/start/index.ts ) _
708
708
709
709
## ` asyncapi start studio `
710
710
@@ -723,7 +723,7 @@ DESCRIPTION
723
723
starts a new local instance of Studio
724
724
```
725
725
726
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/start/studio.ts ) _
726
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/start/studio.ts ) _
727
727
728
728
## ` asyncapi validate [SPEC-FILE] `
729
729
@@ -751,5 +751,5 @@ DESCRIPTION
751
751
validate asyncapi file
752
752
```
753
753
754
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.0.4 /src/commands/validate.ts ) _
754
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.1.0 /src/commands/validate.ts ) _
755
755
<!-- commandsstop -->
0 commit comments