@@ -27,7 +27,7 @@ $ npm install -g @asyncapi/cli
2727$ asyncapi COMMAND
2828running command...
2929$ asyncapi (--version)
30- @asyncapi/cli/2.3.11 linux-x64 node-v18.20.4
30+ @asyncapi/cli/2.3.12 linux-x64 node-v18.20.4
3131$ asyncapi --help [COMMAND]
3232USAGE
3333 $ asyncapi COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
9999 $ asyncapi bundle ./asyncapi.yaml -o final-asyncapi.yaml --base ../public-api/main.yaml --baseDir ./social-media/comments-service
100100```
101101
102- _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/bundle.ts ) _
102+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/bundle.ts ) _
103103
104104## ` asyncapi config `
105105
@@ -113,7 +113,7 @@ DESCRIPTION
113113 CLI config settings
114114```
115115
116- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/index.ts ) _
116+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/index.ts ) _
117117
118118## ` asyncapi config analytics `
119119
@@ -133,7 +133,7 @@ DESCRIPTION
133133 Enable or disable analytics for metrics collection
134134```
135135
136- _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/analytics.ts ) _
136+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/analytics.ts ) _
137137
138138## ` asyncapi config context `
139139
@@ -147,7 +147,7 @@ DESCRIPTION
147147 Manage short aliases for full paths to AsyncAPI documents
148148```
149149
150- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/index.ts ) _
150+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/index.ts ) _
151151
152152## ` asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH `
153153
@@ -169,7 +169,7 @@ DESCRIPTION
169169 Add a context to the store
170170```
171171
172- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/add.ts ) _
172+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/add.ts ) _
173173
174174## ` asyncapi config context current `
175175
@@ -186,7 +186,7 @@ DESCRIPTION
186186 Shows the current context that is being used
187187```
188188
189- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/current.ts ) _
189+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/current.ts ) _
190190
191191## ` asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
192192
@@ -207,7 +207,7 @@ DESCRIPTION
207207 Edit a context in the store
208208```
209209
210- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/edit.ts ) _
210+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/edit.ts ) _
211211
212212## ` asyncapi config context init [CONTEXT-FILE-PATH] `
213213
@@ -230,7 +230,7 @@ DESCRIPTION
230230 Initialize context
231231```
232232
233- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/init.ts ) _
233+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/init.ts ) _
234234
235235## ` asyncapi config context list `
236236
@@ -247,7 +247,7 @@ DESCRIPTION
247247 List all the stored contexts in the store
248248```
249249
250- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/list.ts ) _
250+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/list.ts ) _
251251
252252## ` asyncapi config context remove CONTEXT-NAME `
253253
@@ -267,7 +267,7 @@ DESCRIPTION
267267 Delete a context from the store
268268```
269269
270- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/remove.ts ) _
270+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/remove.ts ) _
271271
272272## ` asyncapi config context use CONTEXT-NAME `
273273
@@ -287,7 +287,7 @@ DESCRIPTION
287287 Set a context as current
288288```
289289
290- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/context/use.ts ) _
290+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/context/use.ts ) _
291291
292292## ` asyncapi config versions `
293293
@@ -304,7 +304,7 @@ DESCRIPTION
304304 Show versions of AsyncAPI tools used
305305```
306306
307- _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/config/versions.ts ) _
307+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/config/versions.ts ) _
308308
309309## ` asyncapi convert [SPEC-FILE] `
310310
@@ -326,7 +326,7 @@ DESCRIPTION
326326 Convert asyncapi documents older to newer versions
327327```
328328
329- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/convert.ts ) _
329+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/convert.ts ) _
330330
331331## ` asyncapi diff OLD NEW `
332332
@@ -366,7 +366,7 @@ DESCRIPTION
366366 Find diff between two asyncapi files
367367```
368368
369- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/diff.ts ) _
369+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/diff.ts ) _
370370
371371## ` asyncapi generate `
372372
@@ -380,7 +380,7 @@ DESCRIPTION
380380 Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
381381```
382382
383- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/generate/index.ts ) _
383+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/generate/index.ts ) _
384384
385385## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
386386
@@ -424,7 +424,7 @@ EXAMPLES
424424 $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
425425```
426426
427- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/generate/fromTemplate.ts ) _
427+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/generate/fromTemplate.ts ) _
428428
429429## ` asyncapi generate models LANGUAGE FILE `
430430
@@ -495,7 +495,7 @@ DESCRIPTION
495495 Generates typed models
496496```
497497
498- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/generate/models.ts ) _
498+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/generate/models.ts ) _
499499
500500## ` asyncapi new `
501501
@@ -553,7 +553,7 @@ EXAMPLES
553553 $ 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
554554```
555555
556- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/new/index.ts ) _
556+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/new/index.ts ) _
557557
558558## ` asyncapi new file `
559559
@@ -611,7 +611,7 @@ EXAMPLES
611611 $ 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
612612```
613613
614- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/new/file.ts ) _
614+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/new/file.ts ) _
615615
616616## ` asyncapi new glee `
617617
@@ -633,7 +633,7 @@ DESCRIPTION
633633 Creates a new Glee project
634634```
635635
636- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/new/glee.ts ) _
636+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/new/glee.ts ) _
637637
638638## ` asyncapi new template `
639639
@@ -657,7 +657,7 @@ DESCRIPTION
657657 Creates a new template
658658```
659659
660- _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/new/template.ts ) _
660+ _ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/new/template.ts ) _
661661
662662## ` asyncapi optimize [SPEC-FILE] `
663663
@@ -699,7 +699,7 @@ EXAMPLES
699699 $ asyncapi optimize ./asyncapi.yaml --ignore=schema
700700```
701701
702- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/optimize.ts ) _
702+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/optimize.ts ) _
703703
704704## ` asyncapi start `
705705
@@ -708,7 +708,7 @@ USAGE
708708 $ asyncapi start
709709```
710710
711- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/start/index.ts ) _
711+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/start/index.ts ) _
712712
713713## ` asyncapi start studio `
714714
@@ -727,7 +727,7 @@ DESCRIPTION
727727 starts a new local instance of Studio
728728```
729729
730- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/start/studio.ts ) _
730+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/start/studio.ts ) _
731731
732732## ` asyncapi validate [SPEC-FILE] `
733733
@@ -757,5 +757,5 @@ DESCRIPTION
757757 validate asyncapi file
758758```
759759
760- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.3.11 /src/commands/validate.ts ) _
760+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v2.3.12 /src/commands/validate.ts ) _
761761<!-- commandsstop -->
0 commit comments