Skip to content

Commit b275544

Browse files
authored
chore(release): v1.3.3 (#1077)
1 parent 2cc52d2 commit b275544

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

docs/usage.md

+25-25
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/1.3.1 linux-x64 node-v18.19.0
32+
@asyncapi/cli/1.3.2 linux-x64 node-v18.19.0
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
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/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)_
410410

411411
## `asyncapi generate models LANGUAGE FILE`
412412

@@ -486,7 +486,7 @@ DESCRIPTION
486486
Generates typed models
487487
```
488488

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

491491
## `asyncapi new`
492492

@@ -544,7 +544,7 @@ EXAMPLES
544544
$ 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
545545
```
546546

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

549549
## `asyncapi new file`
550550

@@ -602,7 +602,7 @@ EXAMPLES
602602
$ 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
603603
```
604604

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

607607
## `asyncapi new glee`
608608

@@ -621,7 +621,7 @@ DESCRIPTION
621621
Creates a new Glee project
622622
```
623623

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

626626
## `asyncapi new project`
627627

@@ -640,7 +640,7 @@ DESCRIPTION
640640
Creates a new Glee project
641641
```
642642

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

645645
## `asyncapi optimize [SPEC-FILE]`
646646

@@ -676,7 +676,7 @@ EXAMPLES
676676
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty
677677
```
678678

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

681681
## `asyncapi start`
682682

@@ -690,7 +690,7 @@ DESCRIPTION
690690
Start asyncapi studio
691691
```
692692

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

695695
## `asyncapi start studio`
696696

@@ -709,7 +709,7 @@ DESCRIPTION
709709
starts a new local instance of Studio
710710
```
711711

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

714714
## `asyncapi validate [SPEC-FILE]`
715715

@@ -736,5 +736,5 @@ DESCRIPTION
736736
validate asyncapi file
737737
```
738738

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "1.3.2",
4+
"version": "1.3.3",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run"

0 commit comments

Comments
 (0)