@@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli
29
29
$ asyncapi COMMAND
30
30
running command...
31
31
$ asyncapi (--version)
32
- @asyncapi/cli/1.3.1 linux-x64 node-v18.19.0
32
+ @asyncapi/cli/1.3.2 linux-x64 node-v18.19.0
33
33
$ asyncapi --help [COMMAND]
34
34
USAGE
35
35
$ asyncapi COMMAND
@@ -93,7 +93,7 @@ EXAMPLES
93
93
$ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components
94
94
```
95
95
96
- _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/bundle.ts ) _
96
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/bundle.ts ) _
97
97
98
98
## ` asyncapi config `
99
99
@@ -107,7 +107,7 @@ DESCRIPTION
107
107
CLI config settings
108
108
```
109
109
110
- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/index.ts ) _
110
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/index.ts ) _
111
111
112
112
## ` asyncapi config context `
113
113
@@ -121,7 +121,7 @@ DESCRIPTION
121
121
Manage short aliases for full paths to AsyncAPI documents
122
122
```
123
123
124
- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/index.ts ) _
124
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/index.ts ) _
125
125
126
126
## ` asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH `
127
127
@@ -143,7 +143,7 @@ DESCRIPTION
143
143
Add a context to the store
144
144
```
145
145
146
- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/add.ts ) _
146
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/add.ts ) _
147
147
148
148
## ` asyncapi config context current `
149
149
@@ -160,7 +160,7 @@ DESCRIPTION
160
160
Shows the current context that is being used
161
161
```
162
162
163
- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/current.ts ) _
163
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/current.ts ) _
164
164
165
165
## ` asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
166
166
@@ -181,7 +181,7 @@ DESCRIPTION
181
181
Edit a context in the store
182
182
```
183
183
184
- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/edit.ts ) _
184
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/edit.ts ) _
185
185
186
186
## ` asyncapi config context init [CONTEXT-FILE-PATH] `
187
187
@@ -204,7 +204,7 @@ DESCRIPTION
204
204
Initialize context
205
205
```
206
206
207
- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/init.ts ) _
207
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/init.ts ) _
208
208
209
209
## ` asyncapi config context list `
210
210
@@ -221,7 +221,7 @@ DESCRIPTION
221
221
List all the stored contexts in the store
222
222
```
223
223
224
- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/list.ts ) _
224
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/list.ts ) _
225
225
226
226
## ` asyncapi config context remove CONTEXT-NAME `
227
227
@@ -241,7 +241,7 @@ DESCRIPTION
241
241
Delete a context from the store
242
242
```
243
243
244
- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/remove.ts ) _
244
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/remove.ts ) _
245
245
246
246
## ` asyncapi config context use CONTEXT-NAME `
247
247
@@ -261,7 +261,7 @@ DESCRIPTION
261
261
Set a context as current
262
262
```
263
263
264
- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/context/use.ts ) _
264
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/context/use.ts ) _
265
265
266
266
## ` asyncapi config versions `
267
267
@@ -278,7 +278,7 @@ DESCRIPTION
278
278
Show versions of AsyncAPI tools used
279
279
```
280
280
281
- _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/config/versions.ts ) _
281
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/config/versions.ts ) _
282
282
283
283
## ` asyncapi convert [SPEC-FILE] `
284
284
@@ -300,7 +300,7 @@ DESCRIPTION
300
300
Convert asyncapi documents older to newer versions
301
301
```
302
302
303
- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/convert.ts ) _
303
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/convert.ts ) _
304
304
305
305
## ` asyncapi diff OLD NEW `
306
306
@@ -355,7 +355,7 @@ DESCRIPTION
355
355
Find diff between two asyncapi files
356
356
```
357
357
358
- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/diff.ts ) _
358
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/diff.ts ) _
359
359
360
360
## ` asyncapi generate `
361
361
@@ -369,7 +369,7 @@ DESCRIPTION
369
369
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
370
370
```
371
371
372
- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/generate/index.ts ) _
372
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/generate/index.ts ) _
373
373
374
374
## ` asyncapi generate fromTemplate ASYNCAPI TEMPLATE `
375
375
@@ -406,7 +406,7 @@ EXAMPLES
406
406
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
407
407
```
408
408
409
- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/generate/fromTemplate.ts ) _
409
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/generate/fromTemplate.ts ) _
410
410
411
411
## ` asyncapi generate models LANGUAGE FILE `
412
412
@@ -486,7 +486,7 @@ DESCRIPTION
486
486
Generates typed models
487
487
```
488
488
489
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/generate/models.ts ) _
489
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/generate/models.ts ) _
490
490
491
491
## ` asyncapi new `
492
492
@@ -544,7 +544,7 @@ EXAMPLES
544
544
$ 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
545
545
```
546
546
547
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/new/index.ts ) _
547
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/new/index.ts ) _
548
548
549
549
## ` asyncapi new file `
550
550
@@ -602,7 +602,7 @@ EXAMPLES
602
602
$ 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
603
603
```
604
604
605
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/new/file.ts ) _
605
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/new/file.ts ) _
606
606
607
607
## ` asyncapi new glee `
608
608
@@ -621,7 +621,7 @@ DESCRIPTION
621
621
Creates a new Glee project
622
622
```
623
623
624
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/new/glee.ts ) _
624
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/new/glee.ts ) _
625
625
626
626
## ` asyncapi new project `
627
627
@@ -640,7 +640,7 @@ DESCRIPTION
640
640
Creates a new Glee project
641
641
```
642
642
643
- _ See code: [ src/commands/new/project.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/new/project.ts ) _
643
+ _ See code: [ src/commands/new/project.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/new/project.ts ) _
644
644
645
645
## ` asyncapi optimize [SPEC-FILE] `
646
646
@@ -676,7 +676,7 @@ EXAMPLES
676
676
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty
677
677
```
678
678
679
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/optimize.ts ) _
679
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/optimize.ts ) _
680
680
681
681
## ` asyncapi start `
682
682
@@ -690,7 +690,7 @@ DESCRIPTION
690
690
Start asyncapi studio
691
691
```
692
692
693
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/start/index.ts ) _
693
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/start/index.ts ) _
694
694
695
695
## ` asyncapi start studio `
696
696
@@ -709,7 +709,7 @@ DESCRIPTION
709
709
starts a new local instance of Studio
710
710
```
711
711
712
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/start/studio.ts ) _
712
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/start/studio.ts ) _
713
713
714
714
## ` asyncapi validate [SPEC-FILE] `
715
715
@@ -736,5 +736,5 @@ DESCRIPTION
736
736
validate asyncapi file
737
737
```
738
738
739
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.3.1 /src/commands/validate.ts ) _
739
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.3.2 /src/commands/validate.ts ) _
740
740
<!-- commandsstop -->
0 commit comments