@@ -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.12.2 linux-x64 node-v18.20.2
30
+ @asyncapi/cli/1.12.3 linux-x64 node-v18.20.2
31
31
$ asyncapi --help [COMMAND]
32
32
USAGE
33
33
$ asyncapi COMMAND
@@ -96,7 +96,7 @@ EXAMPLES
96
96
$ asyncapi bundle ./asyncapi.yaml -o final-asyncapi.yaml --base ../public-api/main.yaml --baseDir ./social-media/comments-service
97
97
```
98
98
99
- _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/bundle.ts ) _
99
+ _ See code: [ src/commands/bundle.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/bundle.ts ) _
100
100
101
101
## ` asyncapi config `
102
102
@@ -110,7 +110,7 @@ DESCRIPTION
110
110
CLI config settings
111
111
```
112
112
113
- _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/index.ts ) _
113
+ _ See code: [ src/commands/config/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/index.ts ) _
114
114
115
115
## ` asyncapi config analytics `
116
116
@@ -130,7 +130,7 @@ DESCRIPTION
130
130
Enable or disable analytics for metrics collection
131
131
```
132
132
133
- _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/analytics.ts ) _
133
+ _ See code: [ src/commands/config/analytics.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/analytics.ts ) _
134
134
135
135
## ` asyncapi config context `
136
136
@@ -144,7 +144,7 @@ DESCRIPTION
144
144
Manage short aliases for full paths to AsyncAPI documents
145
145
```
146
146
147
- _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/index.ts ) _
147
+ _ See code: [ src/commands/config/context/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/index.ts ) _
148
148
149
149
## ` asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH `
150
150
@@ -166,7 +166,7 @@ DESCRIPTION
166
166
Add a context to the store
167
167
```
168
168
169
- _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/add.ts ) _
169
+ _ See code: [ src/commands/config/context/add.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/add.ts ) _
170
170
171
171
## ` asyncapi config context current `
172
172
@@ -183,7 +183,7 @@ DESCRIPTION
183
183
Shows the current context that is being used
184
184
```
185
185
186
- _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/current.ts ) _
186
+ _ See code: [ src/commands/config/context/current.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/current.ts ) _
187
187
188
188
## ` asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH `
189
189
@@ -204,7 +204,7 @@ DESCRIPTION
204
204
Edit a context in the store
205
205
```
206
206
207
- _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/edit.ts ) _
207
+ _ See code: [ src/commands/config/context/edit.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/edit.ts ) _
208
208
209
209
## ` asyncapi config context init [CONTEXT-FILE-PATH] `
210
210
@@ -227,7 +227,7 @@ DESCRIPTION
227
227
Initialize context
228
228
```
229
229
230
- _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/init.ts ) _
230
+ _ See code: [ src/commands/config/context/init.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/init.ts ) _
231
231
232
232
## ` asyncapi config context list `
233
233
@@ -244,7 +244,7 @@ DESCRIPTION
244
244
List all the stored contexts in the store
245
245
```
246
246
247
- _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/list.ts ) _
247
+ _ See code: [ src/commands/config/context/list.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/list.ts ) _
248
248
249
249
## ` asyncapi config context remove CONTEXT-NAME `
250
250
@@ -264,7 +264,7 @@ DESCRIPTION
264
264
Delete a context from the store
265
265
```
266
266
267
- _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/remove.ts ) _
267
+ _ See code: [ src/commands/config/context/remove.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/remove.ts ) _
268
268
269
269
## ` asyncapi config context use CONTEXT-NAME `
270
270
@@ -284,7 +284,7 @@ DESCRIPTION
284
284
Set a context as current
285
285
```
286
286
287
- _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/context/use.ts ) _
287
+ _ See code: [ src/commands/config/context/use.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/context/use.ts ) _
288
288
289
289
## ` asyncapi config versions `
290
290
@@ -301,7 +301,7 @@ DESCRIPTION
301
301
Show versions of AsyncAPI tools used
302
302
```
303
303
304
- _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/config/versions.ts ) _
304
+ _ See code: [ src/commands/config/versions.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/config/versions.ts ) _
305
305
306
306
## ` asyncapi convert [SPEC-FILE] `
307
307
@@ -323,7 +323,7 @@ DESCRIPTION
323
323
Convert asyncapi documents older to newer versions
324
324
```
325
325
326
- _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/convert.ts ) _
326
+ _ See code: [ src/commands/convert.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/convert.ts ) _
327
327
328
328
## ` asyncapi diff OLD NEW `
329
329
@@ -378,7 +378,7 @@ DESCRIPTION
378
378
Find diff between two asyncapi files
379
379
```
380
380
381
- _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/diff.ts ) _
381
+ _ See code: [ src/commands/diff.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/diff.ts ) _
382
382
383
383
## ` asyncapi generate `
384
384
@@ -392,7 +392,7 @@ DESCRIPTION
392
392
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
393
393
```
394
394
395
- _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/generate/index.ts ) _
395
+ _ See code: [ src/commands/generate/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/generate/index.ts ) _
396
396
397
397
## ` asyncapi generate fromTemplate [ASYNCAPI] [TEMPLATE] `
398
398
@@ -401,7 +401,8 @@ Generates whatever you want using templates compatible with AsyncAPI Generator.
401
401
```
402
402
USAGE
403
403
$ asyncapi generate fromTemplate [ASYNCAPI] [TEMPLATE] [-h] [-d <value>] [--no-interactive] [-i] [--debug] [-n <value>]
404
- [-o <value>] [--force-write] [-w] [-p <value>] [--map-base-url <value>]
404
+ [-o <value>] [--force-write] [-w] [-p <value>] [--map-base-url <value>] [--registry-url <value>] [--registry-auth
405
+ <value>] [--registry-token <value>]
405
406
406
407
ARGUMENTS
407
408
ASYNCAPI - Local path, url or context-name pointing to AsyncAPI file
@@ -422,9 +423,11 @@ FLAGS
422
423
unstaged files or not empty dir (defaults to false)
423
424
--map-base-url=<value> Maps all schema references from base url to local folder
424
425
--no-interactive Disable interactive mode and run with the provided flags.
425
- --registry-url Specifies the URL of the private registry for fetching templates and dependencies
426
- --registry-auth The registry username and password encoded with base64, formatted as username:password
427
- --registry-token The npm registry authentication token, that can be passed instead of base64 encoded username and password
426
+ --registry-auth=<value> The registry username and password encoded with base64, formatted as username:password
427
+ --registry-token=<value> The npm registry authentication token, that can be passed instead of base64 encoded
428
+ username and password
429
+ --registry-url=<value> [default: https://registry.npmjs.org] Specifies the URL of the private registry for
430
+ fetching templates and dependencies
428
431
429
432
DESCRIPTION
430
433
Generates whatever you want using templates compatible with AsyncAPI Generator.
@@ -433,7 +436,7 @@ EXAMPLES
433
436
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
434
437
```
435
438
436
- _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/generate/fromTemplate.ts ) _
439
+ _ See code: [ src/commands/generate/fromTemplate.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/generate/fromTemplate.ts ) _
437
440
438
441
## ` asyncapi generate models [LANGUAGE] [FILE] `
439
442
@@ -519,7 +522,7 @@ DESCRIPTION
519
522
Generates typed models
520
523
```
521
524
522
- _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/generate/models.ts ) _
525
+ _ See code: [ src/commands/generate/models.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/generate/models.ts ) _
523
526
524
527
## ` asyncapi new `
525
528
@@ -576,7 +579,7 @@ EXAMPLES
576
579
$ 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
577
580
```
578
581
579
- _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/new/index.ts ) _
582
+ _ See code: [ src/commands/new/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/new/index.ts ) _
580
583
581
584
## ` asyncapi new file `
582
585
@@ -633,7 +636,7 @@ EXAMPLES
633
636
$ 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
634
637
```
635
638
636
- _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/new/file.ts ) _
639
+ _ See code: [ src/commands/new/file.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/new/file.ts ) _
637
640
638
641
## ` asyncapi new glee `
639
642
@@ -655,7 +658,7 @@ DESCRIPTION
655
658
Creates a new Glee project
656
659
```
657
660
658
- _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/new/glee.ts ) _
661
+ _ See code: [ src/commands/new/glee.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/new/glee.ts ) _
659
662
660
663
## ` asyncapi optimize [SPEC-FILE] `
661
664
@@ -693,7 +696,7 @@ EXAMPLES
693
696
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components --output=terminal --no-tty
694
697
```
695
698
696
- _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/optimize.ts ) _
699
+ _ See code: [ src/commands/optimize.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/optimize.ts ) _
697
700
698
701
## ` asyncapi start `
699
702
@@ -707,7 +710,7 @@ DESCRIPTION
707
710
Start asyncapi studio
708
711
```
709
712
710
- _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/start/index.ts ) _
713
+ _ See code: [ src/commands/start/index.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/start/index.ts ) _
711
714
712
715
## ` asyncapi start studio `
713
716
@@ -726,7 +729,7 @@ DESCRIPTION
726
729
starts a new local instance of Studio
727
730
```
728
731
729
- _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/start/studio.ts ) _
732
+ _ See code: [ src/commands/start/studio.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/start/studio.ts ) _
730
733
731
734
## ` asyncapi validate [SPEC-FILE] `
732
735
@@ -753,5 +756,5 @@ DESCRIPTION
753
756
validate asyncapi file
754
757
```
755
758
756
- _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.12.2 /src/commands/validate.ts ) _
759
+ _ See code: [ src/commands/validate.ts] ( https://github.com/asyncapi/cli/blob/v1.12.3 /src/commands/validate.ts ) _
757
760
<!-- commandsstop -->
0 commit comments