Skip to content

Commit 24ceea7

Browse files
authored
chore(release): v2.1.1 (#1483)
1 parent c1e1b39 commit 24ceea7

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

docs/usage.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ npm install -g @asyncapi/cli
2727
$ asyncapi COMMAND
2828
running command...
2929
$ asyncapi (--version)
30-
@asyncapi/cli/2.0.4 linux-x64 node-v18.20.3
30+
@asyncapi/cli/2.1.0 linux-x64 node-v18.20.3
3131
$ asyncapi --help [COMMAND]
3232
USAGE
3333
$ asyncapi COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
9999
$ asyncapi bundle ./asyncapi.yaml -o final-asyncapi.yaml --base ../public-api/main.yaml --baseDir ./social-media/comments-service
100100
```
101101

102-
_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/bundle.ts)_
102+
_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/bundle.ts)_
103103

104104
## `asyncapi config`
105105

@@ -113,7 +113,7 @@ DESCRIPTION
113113
CLI config settings
114114
```
115115

116-
_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/index.ts)_
116+
_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/index.ts)_
117117

118118
## `asyncapi config analytics`
119119

@@ -133,7 +133,7 @@ DESCRIPTION
133133
Enable or disable analytics for metrics collection
134134
```
135135

136-
_See code: [src/commands/config/analytics.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/analytics.ts)_
136+
_See code: [src/commands/config/analytics.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/analytics.ts)_
137137

138138
## `asyncapi config context`
139139

@@ -147,7 +147,7 @@ DESCRIPTION
147147
Manage short aliases for full paths to AsyncAPI documents
148148
```
149149

150-
_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/index.ts)_
150+
_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/index.ts)_
151151

152152
## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH`
153153

@@ -169,7 +169,7 @@ DESCRIPTION
169169
Add a context to the store
170170
```
171171

172-
_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/add.ts)_
172+
_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/add.ts)_
173173

174174
## `asyncapi config context current`
175175

@@ -186,7 +186,7 @@ DESCRIPTION
186186
Shows the current context that is being used
187187
```
188188

189-
_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/current.ts)_
189+
_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/current.ts)_
190190

191191
## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH`
192192

@@ -207,7 +207,7 @@ DESCRIPTION
207207
Edit a context in the store
208208
```
209209

210-
_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/edit.ts)_
210+
_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/edit.ts)_
211211

212212
## `asyncapi config context init [CONTEXT-FILE-PATH]`
213213

@@ -230,7 +230,7 @@ DESCRIPTION
230230
Initialize context
231231
```
232232

233-
_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/init.ts)_
233+
_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/init.ts)_
234234

235235
## `asyncapi config context list`
236236

@@ -247,7 +247,7 @@ DESCRIPTION
247247
List all the stored contexts in the store
248248
```
249249

250-
_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/list.ts)_
250+
_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/list.ts)_
251251

252252
## `asyncapi config context remove CONTEXT-NAME`
253253

@@ -267,7 +267,7 @@ DESCRIPTION
267267
Delete a context from the store
268268
```
269269

270-
_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/remove.ts)_
270+
_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/remove.ts)_
271271

272272
## `asyncapi config context use CONTEXT-NAME`
273273

@@ -287,7 +287,7 @@ DESCRIPTION
287287
Set a context as current
288288
```
289289

290-
_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/context/use.ts)_
290+
_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/context/use.ts)_
291291

292292
## `asyncapi config versions`
293293

@@ -304,7 +304,7 @@ DESCRIPTION
304304
Show versions of AsyncAPI tools used
305305
```
306306

307-
_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/config/versions.ts)_
307+
_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/config/versions.ts)_
308308

309309
## `asyncapi convert [SPEC-FILE]`
310310

@@ -326,7 +326,7 @@ DESCRIPTION
326326
Convert asyncapi documents older to newer versions
327327
```
328328

329-
_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/convert.ts)_
329+
_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/convert.ts)_
330330

331331
## `asyncapi diff OLD NEW`
332332

@@ -366,7 +366,7 @@ DESCRIPTION
366366
Find diff between two asyncapi files
367367
```
368368

369-
_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/diff.ts)_
369+
_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/diff.ts)_
370370

371371
## `asyncapi generate`
372372

@@ -380,7 +380,7 @@ DESCRIPTION
380380
Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates.
381381
```
382382

383-
_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/generate/index.ts)_
383+
_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/generate/index.ts)_
384384

385385
## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE`
386386

@@ -424,7 +424,7 @@ EXAMPLES
424424
$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write
425425
```
426426

427-
_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/generate/fromTemplate.ts)_
427+
_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/generate/fromTemplate.ts)_
428428

429429
## `asyncapi generate models LANGUAGE FILE`
430430

@@ -495,7 +495,7 @@ DESCRIPTION
495495
Generates typed models
496496
```
497497

498-
_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/generate/models.ts)_
498+
_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/generate/models.ts)_
499499

500500
## `asyncapi new`
501501

@@ -553,7 +553,7 @@ EXAMPLES
553553
$ 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
554554
```
555555

556-
_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/new/index.ts)_
556+
_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/new/index.ts)_
557557

558558
## `asyncapi new file`
559559

@@ -611,7 +611,7 @@ EXAMPLES
611611
$ 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
612612
```
613613

614-
_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/new/file.ts)_
614+
_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/new/file.ts)_
615615

616616
## `asyncapi new glee`
617617

@@ -633,7 +633,7 @@ DESCRIPTION
633633
Creates a new Glee project
634634
```
635635

636-
_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/new/glee.ts)_
636+
_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/new/glee.ts)_
637637

638638
## `asyncapi new template`
639639

@@ -657,7 +657,7 @@ DESCRIPTION
657657
Creates a new template
658658
```
659659

660-
_See code: [src/commands/new/template.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/new/template.ts)_
660+
_See code: [src/commands/new/template.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/new/template.ts)_
661661

662662
## `asyncapi optimize [SPEC-FILE]`
663663

@@ -695,7 +695,7 @@ EXAMPLES
695695
$ asyncapi optimize ./asyncapi.yaml --optimization=remove-components --output=terminal --no-tty
696696
```
697697

698-
_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/optimize.ts)_
698+
_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/optimize.ts)_
699699

700700
## `asyncapi start`
701701

@@ -704,7 +704,7 @@ USAGE
704704
$ asyncapi start
705705
```
706706

707-
_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/start/index.ts)_
707+
_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/start/index.ts)_
708708

709709
## `asyncapi start studio`
710710

@@ -723,7 +723,7 @@ DESCRIPTION
723723
starts a new local instance of Studio
724724
```
725725

726-
_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/start/studio.ts)_
726+
_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/start/studio.ts)_
727727

728728
## `asyncapi validate [SPEC-FILE]`
729729

@@ -751,5 +751,5 @@ DESCRIPTION
751751
validate asyncapi file
752752
```
753753

754-
_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v2.0.4/src/commands/validate.ts)_
754+
_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v2.1.0/src/commands/validate.ts)_
755755
<!-- 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": "2.1.0",
4+
"version": "2.1.1",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)