Skip to content

Commit b5303f7

Browse files
author
asyncapi-bot
committed
chore(release): v0.60.1
1 parent f304da4 commit b5303f7

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

docs/usage.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli
2929
$ asyncapi COMMAND
3030
running command...
3131
$ 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
3333
$ asyncapi --help [COMMAND]
3434
USAGE
3535
$ asyncapi COMMAND
@@ -93,7 +93,7 @@ EXAMPLES
9393
$ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components
9494
```
9595

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)_
9797

9898
## `asyncapi config`
9999

@@ -107,7 +107,7 @@ DESCRIPTION
107107
CLI config settings
108108
```
109109

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)_
111111

112112
## `asyncapi config context`
113113

@@ -121,7 +121,7 @@ DESCRIPTION
121121
Manage short aliases for full paths to AsyncAPI documents
122122
```
123123

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)_
125125

126126
## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH`
127127

@@ -143,7 +143,7 @@ DESCRIPTION
143143
Add a context to the store
144144
```
145145

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)_
147147

148148
## `asyncapi config context current`
149149

@@ -160,7 +160,7 @@ DESCRIPTION
160160
Shows the current context that is being used
161161
```
162162

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)_
164164

165165
## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH`
166166

@@ -181,7 +181,7 @@ DESCRIPTION
181181
Edit a context in the store
182182
```
183183

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)_
185185

186186
## `asyncapi config context init [CONTEXT-FILE-PATH]`
187187

@@ -204,7 +204,7 @@ DESCRIPTION
204204
Initialize context
205205
```
206206

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)_
208208

209209
## `asyncapi config context list`
210210

@@ -221,7 +221,7 @@ DESCRIPTION
221221
List all the stored contexts in the store
222222
```
223223

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)_
225225

226226
## `asyncapi config context remove CONTEXT-NAME`
227227

@@ -241,7 +241,7 @@ DESCRIPTION
241241
Delete a context from the store
242242
```
243243

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)_
245245

246246
## `asyncapi config context use CONTEXT-NAME`
247247

@@ -261,7 +261,7 @@ DESCRIPTION
261261
Set a context as current
262262
```
263263

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)_
265265

266266
## `asyncapi config versions`
267267

@@ -278,7 +278,7 @@ DESCRIPTION
278278
Show versions of AsyncAPI tools used
279279
```
280280

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)_
282282

283283
## `asyncapi convert [SPEC-FILE]`
284284

@@ -300,7 +300,7 @@ DESCRIPTION
300300
Convert asyncapi documents older to newer versions
301301
```
302302

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)_
304304

305305
## `asyncapi diff OLD NEW`
306306

@@ -355,7 +355,7 @@ DESCRIPTION
355355
Find diff between two asyncapi files
356356
```
357357

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)_
359359

360360
## `asyncapi generate`
361361

@@ -369,7 +369,7 @@ DESCRIPTION
369369
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
370370
```
371371

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)_
373373

374374
## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE`
375375

@@ -406,7 +406,7 @@ EXAMPLES
406406
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
407407
```
408408

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)_
410410

411411
## `asyncapi generate models LANGUAGE FILE`
412412

@@ -480,7 +480,7 @@ DESCRIPTION
480480
Generates typed models
481481
```
482482

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)_
484484

485485
## `asyncapi new`
486486

@@ -535,7 +535,7 @@ EXAMPLES
535535
$ 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
536536
```
537537

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)_
539539

540540
## `asyncapi new file`
541541

@@ -590,7 +590,7 @@ EXAMPLES
590590
$ 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
591591
```
592592

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)_
594594

595595
## `asyncapi new glee`
596596

@@ -608,7 +608,7 @@ DESCRIPTION
608608
Creates a new Glee project
609609
```
610610

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)_
612612

613613
## `asyncapi new project`
614614

@@ -626,7 +626,7 @@ DESCRIPTION
626626
Creates a new Glee project
627627
```
628628

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)_
630630

631631
## `asyncapi optimize [SPEC-FILE]`
632632

@@ -662,7 +662,7 @@ EXAMPLES
662662
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty
663663
```
664664

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)_
666666

667667
## `asyncapi start`
668668

@@ -676,7 +676,7 @@ DESCRIPTION
676676
Start asyncapi studio
677677
```
678678

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)_
680680

681681
## `asyncapi start studio`
682682

@@ -695,7 +695,7 @@ DESCRIPTION
695695
starts a new local instance of Studio
696696
```
697697

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)_
699699

700700
## `asyncapi validate [SPEC-FILE]`
701701

@@ -722,5 +722,5 @@ DESCRIPTION
722722
validate asyncapi file
723723
```
724724

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)_
726726
<!-- commandsstop -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/cli",
33
"description": "All in one CLI for all AsyncAPI tools",
4-
"version": "0.60.0",
4+
"version": "0.60.1",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run"

0 commit comments

Comments
 (0)