@@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli
29
29
$ asyncapi COMMAND
30
30
running command...
31
31
$ asyncapi (--version)
32
- @asyncapi/cli/0.59.2 linux-x64 node-v18.18.2
32
+ @asyncapi/cli/0.60.0 linux-x64 node-v18.18.2
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/v0.59.2 /src/commands/bundle.ts ) _
96
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/index.ts ) _
110
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/index.ts ) _
124
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/add.ts ) _
146
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/current.ts ) _
163
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/edit.ts ) _
184
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/init.ts ) _
207
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/list.ts ) _
224
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/remove.ts ) _
244
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/context/use.ts ) _
264
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/config/versions.ts ) _
281
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/convert.ts ) _
303
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/diff.ts ) _
358
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/generate/index.ts ) _
372
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /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/v0.59.2 /src/commands/generate/fromTemplate.ts ) _
409
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/generate/fromTemplate.ts ) _
410
410
411
411
## ` asyncapi generate models LANGUAGE FILE `
412
412
@@ -480,7 +480,7 @@ DESCRIPTION
480
480
Generates typed models
481
481
```
482
482
483
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/generate/models.ts ) _
483
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/generate/models.ts ) _
484
484
485
485
## ` asyncapi new `
486
486
@@ -535,7 +535,7 @@ EXAMPLES
535
535
$ 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
536
536
```
537
537
538
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/new/index.ts ) _
538
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/new/index.ts ) _
539
539
540
540
## ` asyncapi new file `
541
541
@@ -590,7 +590,7 @@ EXAMPLES
590
590
$ 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
591
591
```
592
592
593
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/new/file.ts ) _
593
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/new/file.ts ) _
594
594
595
595
## ` asyncapi new glee `
596
596
@@ -608,7 +608,7 @@ DESCRIPTION
608
608
Creates a new Glee project
609
609
```
610
610
611
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/new/glee.ts ) _
611
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/new/glee.ts ) _
612
612
613
613
## ` asyncapi new project `
614
614
@@ -626,7 +626,7 @@ DESCRIPTION
626
626
Creates a new Glee project
627
627
```
628
628
629
- _ See code: [ src/commands/new/project.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/new/project.ts ) _
629
+ _ See code: [ src/commands/new/project.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/new/project.ts ) _
630
630
631
631
## ` asyncapi optimize [SPEC-FILE] `
632
632
@@ -662,7 +662,7 @@ EXAMPLES
662
662
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty
663
663
```
664
664
665
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/optimize.ts ) _
665
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/optimize.ts ) _
666
666
667
667
## ` asyncapi start `
668
668
@@ -676,7 +676,7 @@ DESCRIPTION
676
676
Start asyncapi studio
677
677
```
678
678
679
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/start/index.ts ) _
679
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/start/index.ts ) _
680
680
681
681
## ` asyncapi start studio `
682
682
@@ -695,7 +695,7 @@ DESCRIPTION
695
695
starts a new local instance of Studio
696
696
```
697
697
698
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/start/studio.ts ) _
698
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/start/studio.ts ) _
699
699
700
700
## ` asyncapi validate [SPEC-FILE] `
701
701
@@ -722,5 +722,5 @@ DESCRIPTION
722
722
validate asyncapi file
723
723
```
724
724
725
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v0.59.2 /src/commands/validate.ts ) _
725
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v0.60.0 /src/commands/validate.ts ) _
726
726
<!-- commandsstop -->
0 commit comments