From 959a36d86f4d1767f766ad3edcea01f0b866ca4d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 8 Mar 2024 01:29:03 +0100 Subject: [PATCH 01/17] chore: update meetings.json and newsrooom_videos.json (#2746) --- config/meetings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/meetings.json b/config/meetings.json index 22e635f2fbd..d5a82c099ac 100644 --- a/config/meetings.json +++ b/config/meetings.json @@ -1,11 +1,4 @@ [ - { - "title": "Community Meeting", - "calLink": "https://www.google.com/calendar/event?eid=ODNjM2h0bGQ4dGhwcWd2Mmw2MWhkcGcycGcgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", - "url": "https://github.com/asyncapi/community/issues/918", - "banner": "https://user-images.githubusercontent.com/40604284/277314435-ec985247-c575-4449-9f79-442b3077541a.png", - "date": "2023-11-28T16:00:00.000Z" - }, { "title": "Community Meeting", "calLink": "https://www.google.com/calendar/event?eid=M2I4MXRidmpqb2ZyZTUyajhsZm41ZjN0bTggY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", From 5f65aa312361a4264e7718747961b860a1eac68b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 8 Mar 2024 10:48:21 +0100 Subject: [PATCH 02/17] docs(cli): update latest cli documentation (#2749) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index c31c3d90ced..f58c100b051 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.5.17 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.0 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.5.17/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/validate.ts)_ From 22013a054029b48f551f2cf09966f8bc4c162033 Mon Sep 17 00:00:00 2001 From: Viktor Bezrodnyi Date: Fri, 8 Mar 2024 20:18:48 +0200 Subject: [PATCH 03/17] fix: fixed schema declaration (#2712) Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com>%0ACo-authored-by: Quetzalli %0ACo-authored-by: Ansh Goyal --- pages/docs/concepts/asyncapi-document/define-payload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/concepts/asyncapi-document/define-payload.md b/pages/docs/concepts/asyncapi-document/define-payload.md index 02d96aa2487..370cbf9652c 100644 --- a/pages/docs/concepts/asyncapi-document/define-payload.md +++ b/pages/docs/concepts/asyncapi-document/define-payload.md @@ -85,7 +85,7 @@ components: user: name: Demo email: demo@demo.io -schemas: + schemas: SimpleSignup: type: object properties: From effadb32fca5aa50928e9e901997f4af73d1ba16 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sat, 9 Mar 2024 01:28:08 +0100 Subject: [PATCH 04/17] chore: update meetings.json and newsrooom_videos.json (#2751) --- config/newsroom_videos.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/newsroom_videos.json b/config/newsroom_videos.json index 981d1abb3f1..7d5e9f53282 100644 --- a/config/newsroom_videos.json +++ b/config/newsroom_videos.json @@ -1,10 +1,4 @@ [ - { - "image_url": "https://i.ytimg.com/vi/jO4PwdmKGNw/hqdefault.jpg", - "title": "Community Meeting(5th of March, 2024)", - "description": "https://github.com/asyncapi/community/issues/1068.", - "videoId": "jO4PwdmKGNw" - }, { "image_url": "https://i.ytimg.com/vi/4t4nAmDekDA/hqdefault.jpg", "title": "AACoT'24 Community Meeting, Wednesday February 7th 2024", @@ -28,5 +22,11 @@ "title": "Overview of AsyncAPI v3", "description": "Join us for an insightful stream diving deep into the latest advancements of AsyncAPI v3! We'll explore this cutting-edge ...", "videoId": "prFgD14u7T0" + }, + { + "image_url": "https://i.ytimg.com/vi/-OsMet9h_dg/hqdefault.jpg", + "title": "3 Request/Reply Use Cases", + "description": "Explain Request/Reply use cases to me like I'm a 5 year old.", + "videoId": "-OsMet9h_dg" } ] \ No newline at end of file From 7efd5f114f4814e24a4b3f7b149dd877fce9e8be Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 10 Mar 2024 01:31:21 +0100 Subject: [PATCH 05/17] chore: update meetings.json and newsrooom_videos.json (#2753) --- dashboard.json | 127 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 87 insertions(+), 40 deletions(-) diff --git a/dashboard.json b/dashboard.json index 0a2a2f90832..6add7610be2 100644 --- a/dashboard.json +++ b/dashboard.json @@ -22,6 +22,26 @@ "labels": [], "score": 22.9739670999407 }, + { + "id": "I_kwDOBW5R_c5Pi3rO", + "isPR": false, + "isAssigned": false, + "title": "Epic roadmap to the new AsyncAPI community section", + "author": "AceTheCreator", + "resourcePath": "/asyncapi/website/issues/903", + "repo": "asyncapi/website", + "labels": [ + { + "name": "keep-open", + "color": "ffee84" + }, + { + "name": "🎨 design", + "color": "0D67D3" + } + ], + "score": 22.68679251119144 + }, { "id": "PR_kwDOFLhIt85bqKL8", "isPR": true, @@ -31,7 +51,7 @@ "resourcePath": "/asyncapi/community/pull/897", "repo": "asyncapi/community", "labels": [], - "score": 21.538094156194408 + "score": 22.112443333692923 }, { "id": "I_kwDOBW5R_c5J6qNe", @@ -95,7 +115,27 @@ "color": "0e8a16" } ], - "score": 18.091999091203302 + "score": 18.953522857451077 + }, + { + "id": "I_kwDODou01c5BZZv-", + "isPR": false, + "isAssigned": false, + "title": "Open Graph link preview image according to the document to open", + "author": "smoya", + "resourcePath": "/asyncapi/studio/issues/224", + "repo": "asyncapi/studio", + "labels": [ + { + "name": "enhancement", + "color": "a2eeef" + }, + { + "name": "keep-open", + "color": "f9dd4b" + } + ], + "score": 18.953522857451077 }, { "id": "PR_kwDOFLhIt85js7KX", @@ -141,35 +181,26 @@ "score": 16.36895155870775 }, { - "id": "PR_kwDOKp3ICM5g9w8f", - "isPR": true, - "isAssigned": false, - "title": "docs: adding content for module 3", - "author": "TRohit20", - "resourcePath": "/asyncapi/learning-paths/pull/9", - "repo": "asyncapi/learning-paths", - "labels": [], - "score": 15.220253203710714 - }, - { - "id": "PR_kwDODou01c5Iv4zR", + "id": "PR_kwDOFDnrNc5dgyM7", "isPR": true, "isAssigned": false, - "title": "docs: added table of contents and introduction document for Studio tool", - "author": "Jagrutiti", - "resourcePath": "/asyncapi/studio/pull/553", - "repo": "asyncapi/studio", + "title": "feat: add POC for measuring adoption", + "author": "smoya", + "resourcePath": "/asyncapi/cli/pull/859", + "repo": "asyncapi/cli", "labels": [], - "score": 14.933078614961456 - }, + "score": 15.507427792459973 + } + ], + "goodFirstIssues": [ { - "id": "I_kwDODou01c5BZZv-", - "isPR": false, + "id": "I_kwDOCxglSM6Bxg4I", + "title": "Convert OpenAPI 3.0 to AsyncAPI 3.0", "isAssigned": false, - "title": "Open Graph link preview image according to the document to open", - "author": "smoya", - "resourcePath": "/asyncapi/studio/issues/224", - "repo": "asyncapi/studio", + "resourcePath": "/asyncapi/converter-js/issues/233", + "repo": "asyncapi/converter-js", + "author": "jonaslagoni", + "area": "typescript", "labels": [ { "name": "enhancement", @@ -177,25 +208,37 @@ }, { "name": "keep-open", - "color": "f9dd4b" + "color": "f4d473" } - ], - "score": 14.645904026212197 - } - ], - "goodFirstIssues": [ + ] + }, { - "id": "I_kwDODou01c6Aib3a", - "title": "Disable the generators that are not yet supported in V3", - "isAssigned": true, - "resourcePath": "/asyncapi/studio/issues/979", - "repo": "asyncapi/studio", - "author": "Amzani", + "id": "I_kwDOE8Qh386BZ9dP", + "title": "[BUG] C# setter for property named `value` prevents assignment.", + "isAssigned": false, + "resourcePath": "/asyncapi/modelina/issues/1862", + "repo": "asyncapi/modelina", + "author": "RowlandBanks", + "area": "typescript", + "labels": [ + { + "name": "bug", + "color": "d73a4a" + } + ] + }, + { + "id": "I_kwDOBW5R_c6BEfZr", + "title": "[BUG] CaseStudy page horizontal spacing", + "isAssigned": false, + "resourcePath": "/asyncapi/website/issues/2727", + "repo": "asyncapi/website", + "author": "RamGoel", "area": "Unknown", "labels": [ { - "name": "enhancement", - "color": "a2eeef" + "name": "bug", + "color": "ee0701" } ] }, @@ -780,6 +823,10 @@ "author": "alequetzalli", "area": "docs", "labels": [ + { + "name": "stale", + "color": "ededed" + }, { "name": "📑 docs", "color": "E50E99" From dc127ebe2c6f6b1f4a535763fe31064e1cd0e8be Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 10 Mar 2024 15:46:49 +0100 Subject: [PATCH 06/17] docs(cli): update latest cli documentation (#2754) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index f58c100b051..88dbb08fb5e 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.0 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.1 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.0/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/validate.ts)_ From 11d25c2ef3eb1c4d87d52d5acd9a5df20d2451f7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 11 Mar 2024 01:29:51 +0100 Subject: [PATCH 07/17] chore: update tools.json (#2755) --- config/all-tags.json | 2 +- config/tools-automated.json | 60 ++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/config/all-tags.json b/config/all-tags.json index 005cc3399f1..1635fcdbb37 100644 --- a/config/all-tags.json +++ b/config/all-tags.json @@ -1 +1 @@ -{"languages":[{"name":"Go/Golang","color":"bg-[#8ECFDF]","borderColor":"border-[#00AFD9]"},{"name":"Java","color":"bg-[#ECA2A4]","borderColor":"border-[#EC2125]"},{"name":"JavaScript","color":"bg-[#F2F1C7]","borderColor":"border-[#BFBE86]"},{"name":"HTML","color":"bg-[#E2A291]","borderColor":"border-[#E44D26]"},{"name":"C/C++","color":"bg-[#93CDEF]","borderColor":"border-[#0080CC]"},{"name":"C#","color":"bg-[#E3AFE0]","borderColor":"border-[#9B4F96]"},{"name":"Python","color":"bg-[#A8D0EF]","borderColor":"border-[#3878AB]"},{"name":"TypeScript","color":"bg-[#7DBCFE]","borderColor":"border-[#2C78C7]"},{"name":"Kotlin","color":"bg-[#B1ACDF]","borderColor":"border-[#756BD9]"},{"name":"Scala","color":"bg-[#FFA299]","borderColor":"border-[#DF301F]"},{"name":"Markdown","color":"bg-[#BABEBF]","borderColor":"border-[#445B64]"},{"name":"YAML","color":"bg-[#FFB764]","borderColor":"border-[#F1901F]"},{"name":"R","color":"bg-[#84B5ED]","borderColor":"border-[#246BBE]"},{"name":"Ruby","color":"bg-[#FF8289]","borderColor":"border-[#FF000F]"},{"name":"Rust","color":"bg-[#FFB8AA]","borderColor":"border-[#E43716]"},{"name":"Shell","color":"bg-[#87D4FF]","borderColor":"border-[#389ED7]"},{"name":"Groovy","color":"bg-[#B6D5E5]","borderColor":"border-[#609DBC]"}],"technologies":[{"name":"Node.js","color":"bg-[#BDFF67]","borderColor":"border-[#84CE24]"},{"name":"Hermes","color":"bg-[#8AEEBD]","borderColor":"border-[#2AB672]"},{"name":"React JS","color":"bg-[#9FECFA]","borderColor":"border-[#08D8FE]"},{"name":".NET","color":"bg-[#A184FF]","borderColor":"border-[#5026D4]"},{"name":"ASP.NET","color":"bg-[#71C2FB]","borderColor":"border-[#1577BC]"},{"name":"Springboot","color":"bg-[#98E279]","borderColor":"border-[#68BC44]"},{"name":"AWS","color":"bg-[#FF9F59]","borderColor":"border-[#EF6703]"},{"name":"Docker","color":"bg-[#B8E0FF]","borderColor":"border-[#2596ED]"},{"name":"Node-RED","color":"bg-[#FF7474]","borderColor":"border-[#8F0101]"},{"name":"Maven","color":"bg-[#FF6B80]","borderColor":"border-[#CA1A33]"},{"name":"Saas","color":"bg-[#6AB8EC]","borderColor":"border-[#2275AD]"},{"name":"Kubernetes-native","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Scala","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Azure","color":"bg-[#4B93FF]","borderColor":"border-[#015ADF]"},{"name":"Jenkins","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Flask","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Nest Js","color":"bg-[#E1224E]","borderColor":"border-[#B9012b]"},{"name":"Socket.IO","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"TypeScript","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Liquid","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Kotlin","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Gradle","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Spring Cloud Streams","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JHipster JDL","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Groovy","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Markdown","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Shell","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"WebComponents","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Babel","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Storybook","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JetBrains","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"IntelliJ IDEA","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"HTML","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Java","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"}]} \ No newline at end of file +{"languages":[{"name":"Go/Golang","color":"bg-[#8ECFDF]","borderColor":"border-[#00AFD9]"},{"name":"Java","color":"bg-[#ECA2A4]","borderColor":"border-[#EC2125]"},{"name":"JavaScript","color":"bg-[#F2F1C7]","borderColor":"border-[#BFBE86]"},{"name":"HTML","color":"bg-[#E2A291]","borderColor":"border-[#E44D26]"},{"name":"C/C++","color":"bg-[#93CDEF]","borderColor":"border-[#0080CC]"},{"name":"C#","color":"bg-[#E3AFE0]","borderColor":"border-[#9B4F96]"},{"name":"Python","color":"bg-[#A8D0EF]","borderColor":"border-[#3878AB]"},{"name":"TypeScript","color":"bg-[#7DBCFE]","borderColor":"border-[#2C78C7]"},{"name":"Kotlin","color":"bg-[#B1ACDF]","borderColor":"border-[#756BD9]"},{"name":"Scala","color":"bg-[#FFA299]","borderColor":"border-[#DF301F]"},{"name":"Markdown","color":"bg-[#BABEBF]","borderColor":"border-[#445B64]"},{"name":"YAML","color":"bg-[#FFB764]","borderColor":"border-[#F1901F]"},{"name":"R","color":"bg-[#84B5ED]","borderColor":"border-[#246BBE]"},{"name":"Ruby","color":"bg-[#FF8289]","borderColor":"border-[#FF000F]"},{"name":"Rust","color":"bg-[#FFB8AA]","borderColor":"border-[#E43716]"},{"name":"Shell","color":"bg-[#87D4FF]","borderColor":"border-[#389ED7]"},{"name":"Groovy","color":"bg-[#B6D5E5]","borderColor":"border-[#609DBC]"}],"technologies":[{"name":"Node.js","color":"bg-[#BDFF67]","borderColor":"border-[#84CE24]"},{"name":"Hermes","color":"bg-[#8AEEBD]","borderColor":"border-[#2AB672]"},{"name":"React JS","color":"bg-[#9FECFA]","borderColor":"border-[#08D8FE]"},{"name":".NET","color":"bg-[#A184FF]","borderColor":"border-[#5026D4]"},{"name":"ASP.NET","color":"bg-[#71C2FB]","borderColor":"border-[#1577BC]"},{"name":"Springboot","color":"bg-[#98E279]","borderColor":"border-[#68BC44]"},{"name":"AWS","color":"bg-[#FF9F59]","borderColor":"border-[#EF6703]"},{"name":"Docker","color":"bg-[#B8E0FF]","borderColor":"border-[#2596ED]"},{"name":"Node-RED","color":"bg-[#FF7474]","borderColor":"border-[#8F0101]"},{"name":"Maven","color":"bg-[#FF6B80]","borderColor":"border-[#CA1A33]"},{"name":"Saas","color":"bg-[#6AB8EC]","borderColor":"border-[#2275AD]"},{"name":"Kubernetes-native","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Scala","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Azure","color":"bg-[#4B93FF]","borderColor":"border-[#015ADF]"},{"name":"Jenkins","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Flask","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Nest Js","color":"bg-[#E1224E]","borderColor":"border-[#B9012b]"},{"name":"Socket.IO","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"TypeScript","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Liquid","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Kotlin","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Gradle","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Spring Cloud Streams","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JHipster JDL","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Groovy","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Markdown","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Shell","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"WebComponents","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Babel","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Storybook","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JetBrains","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"IntelliJ IDEA","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Java","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"HTML","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"}]} \ No newline at end of file diff --git a/config/tools-automated.json b/config/tools-automated.json index 11bb2acfecd..8ef01efa5e4 100644 --- a/config/tools-automated.json +++ b/config/tools-automated.json @@ -635,15 +635,19 @@ "description": "The following is a list of templates compatible with AsyncAPI Generator. You can use them to generate apps, clients or documentation from your AsyncAPI documents.", "toolsList": [ { - "title": "Node.js Multiprotocol Template", - "description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.", + "title": "Java Spring Template", + "description": "Java Spring template for the AsyncAPI Generator", "links": { - "repoUrl": "https://github.com/asyncapi/nodejs-template" + "repoUrl": "https://github.com/asyncapi/java-spring-template" }, "filters": { - "language": "javascript", + "language": [ + "javascript" + ], "technology": [ - "Node.js" + "Springboot", + "Maven", + "Gradle" ], "categories": [ "generator-template" @@ -653,15 +657,17 @@ } }, { - "title": "Node.js Websockets Template", - "description": "Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.", + "title": "Java Template", + "description": "Java template for the AsyncAPI Generator", "links": { - "repoUrl": "https://github.com/asyncapi/nodejs-ws-template" + "repoUrl": "https://github.com/asyncapi/java-template" }, "filters": { - "language": "javascript", + "language": [ + "javascript" + ], "technology": [ - "Node.js" + "Java" ], "categories": [ "generator-template" @@ -671,15 +677,15 @@ } }, { - "title": "HTML Template", - "description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.", + "title": "Node.js Multiprotocol Template", + "description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.", "links": { - "repoUrl": "https://github.com/asyncapi/html-template" + "repoUrl": "https://github.com/asyncapi/nodejs-template" }, "filters": { "language": "javascript", "technology": [ - "HTML" + "Node.js" ], "categories": [ "generator-template" @@ -689,19 +695,15 @@ } }, { - "title": "Java Spring Template", - "description": "Java Spring template for the AsyncAPI Generator", + "title": "Node.js Websockets Template", + "description": "Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.", "links": { - "repoUrl": "https://github.com/asyncapi/java-spring-template" + "repoUrl": "https://github.com/asyncapi/nodejs-ws-template" }, "filters": { - "language": [ - "javascript" - ], + "language": "javascript", "technology": [ - "Springboot", - "Maven", - "Gradle" + "Node.js" ], "categories": [ "generator-template" @@ -711,17 +713,15 @@ } }, { - "title": "Java Template", - "description": "Java template for the AsyncAPI Generator", + "title": "HTML Template", + "description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.", "links": { - "repoUrl": "https://github.com/asyncapi/java-template" + "repoUrl": "https://github.com/asyncapi/html-template" }, "filters": { - "language": [ - "javascript" - ], + "language": "javascript", "technology": [ - "Java" + "HTML" ], "categories": [ "generator-template" From 37201d94fee4015afd3783c45dab49fcc3222ccc Mon Sep 17 00:00:00 2001 From: Ram Goel Date: Mon, 11 Mar 2024 08:47:16 +0530 Subject: [PATCH 08/17] style: casestudy page horizontal spacing (#2728) Co-authored-by: Ansh Goyal --- pages/casestudies/[id].js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/casestudies/[id].js b/pages/casestudies/[id].js index 1bb0de45a07..6b93fd07939 100644 --- a/pages/casestudies/[id].js +++ b/pages/casestudies/[id].js @@ -143,7 +143,7 @@ function Index({ wide >
- +
@@ -189,13 +189,11 @@ function Index({
-
- {casestudy.company.name} -
{renderContent(content, allComponents, 0)}
@@ -204,4 +202,4 @@ function Index({ ); } -export default Index; \ No newline at end of file +export default Index; From 795d4123572ce110c36a5544c64bb26eef25c878 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 11 Mar 2024 10:38:51 +0100 Subject: [PATCH 09/17] chore: update meetings.json and newsrooom_videos.json (#2756) Co-authored-by: asyncapi-bot-eve %0ACo-authored-by: asyncapi-bot --- dashboard.json | 57 +++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 36 deletions(-) diff --git a/dashboard.json b/dashboard.json index 6add7610be2..ded731dff1a 100644 --- a/dashboard.json +++ b/dashboard.json @@ -93,6 +93,26 @@ ], "score": 19.527872034949596 }, + { + "id": "I_kwDODou01c5BZZv-", + "isPR": false, + "isAssigned": false, + "title": "Open Graph link preview image according to the document to open", + "author": "smoya", + "resourcePath": "/asyncapi/studio/issues/224", + "repo": "asyncapi/studio", + "labels": [ + { + "name": "enhancement", + "color": "a2eeef" + }, + { + "name": "keep-open", + "color": "f9dd4b" + } + ], + "score": 19.240697446200336 + }, { "id": "I_kwDOFDnrNc51TZDT", "isPR": false, @@ -117,26 +137,6 @@ ], "score": 18.953522857451077 }, - { - "id": "I_kwDODou01c5BZZv-", - "isPR": false, - "isAssigned": false, - "title": "Open Graph link preview image according to the document to open", - "author": "smoya", - "resourcePath": "/asyncapi/studio/issues/224", - "repo": "asyncapi/studio", - "labels": [ - { - "name": "enhancement", - "color": "a2eeef" - }, - { - "name": "keep-open", - "color": "f9dd4b" - } - ], - "score": 18.953522857451077 - }, { "id": "PR_kwDOFLhIt85js7KX", "isPR": true, @@ -189,7 +189,7 @@ "resourcePath": "/asyncapi/cli/pull/859", "repo": "asyncapi/cli", "labels": [], - "score": 15.507427792459973 + "score": 15.794602381209232 } ], "goodFirstIssues": [ @@ -212,21 +212,6 @@ } ] }, - { - "id": "I_kwDOE8Qh386BZ9dP", - "title": "[BUG] C# setter for property named `value` prevents assignment.", - "isAssigned": false, - "resourcePath": "/asyncapi/modelina/issues/1862", - "repo": "asyncapi/modelina", - "author": "RowlandBanks", - "area": "typescript", - "labels": [ - { - "name": "bug", - "color": "d73a4a" - } - ] - }, { "id": "I_kwDOBW5R_c6BEfZr", "title": "[BUG] CaseStudy page horizontal spacing", From 5acadc0c55a5a203e672ccdac14b063c73d63989 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 11 Mar 2024 17:35:35 +0100 Subject: [PATCH 10/17] docs(cli): update latest cli documentation (#2758) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index 88dbb08fb5e..5731c1adc7b 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.1 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.2 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.1/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/validate.ts)_ From 0acbd916921cf319d8a94d941925ca25f928c1bd Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 12 Mar 2024 17:03:24 +0100 Subject: [PATCH 11/17] docs(cli): update latest cli documentation (#2764) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index 5731c1adc7b..0cf647d0aaf 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.2 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.3 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.2/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/validate.ts)_ From 5ee3910b2e34245c035831fbcb59b5d89b643d2d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Mar 2024 01:28:16 +0100 Subject: [PATCH 12/17] chore: update meetings.json and newsrooom_videos.json (#2766) --- config/newsroom_videos.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/newsroom_videos.json b/config/newsroom_videos.json index 7d5e9f53282..3c6856a0f1b 100644 --- a/config/newsroom_videos.json +++ b/config/newsroom_videos.json @@ -1,4 +1,10 @@ [ + { + "image_url": "https://i.ytimg.com/vi/fic5PKFGG28/hqdefault.jpg", + "title": "Essential building blocks for AsyncAPI (12th of March, 2024)", + "description": "https://github.com/asyncapi/community/issues/1084.", + "videoId": "fic5PKFGG28" + }, { "image_url": "https://i.ytimg.com/vi/4t4nAmDekDA/hqdefault.jpg", "title": "AACoT'24 Community Meeting, Wednesday February 7th 2024", @@ -22,11 +28,5 @@ "title": "Overview of AsyncAPI v3", "description": "Join us for an insightful stream diving deep into the latest advancements of AsyncAPI v3! We'll explore this cutting-edge ...", "videoId": "prFgD14u7T0" - }, - { - "image_url": "https://i.ytimg.com/vi/-OsMet9h_dg/hqdefault.jpg", - "title": "3 Request/Reply Use Cases", - "description": "Explain Request/Reply use cases to me like I'm a 5 year old.", - "videoId": "-OsMet9h_dg" } ] \ No newline at end of file From 8aac7ec318fe401ea3b5374c2a7abd8621084d79 Mon Sep 17 00:00:00 2001 From: Ashmit JaiSarita Gupta <43639341+devilkiller-ag@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:25:02 +0530 Subject: [PATCH 13/17] chore: update conference details (#2762) Co-authored-by: Ansh Goyal --- cypress/test/pages/community/events/index.cy.js | 10 +++++----- pages/community/events/index.js | 6 +++--- public/img/logos/confLogo.png | Bin 0 -> 8175 bytes public/img/logos/confLogo.webp | Bin 2906 -> 0 bytes 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 public/img/logos/confLogo.png delete mode 100644 public/img/logos/confLogo.webp diff --git a/cypress/test/pages/community/events/index.cy.js b/cypress/test/pages/community/events/index.cy.js index 6713bb8d471..e861d4ebd63 100644 --- a/cypress/test/pages/community/events/index.cy.js +++ b/cypress/test/pages/community/events/index.cy.js @@ -18,26 +18,26 @@ describe('CommunityIndexPage', () => { it('displays recording card', () => { cy.get('[data-testid="RecordingsCard-img"]').should('exist'); - cy.get('[data-testid="Recordings-Link"]').should('have.attr', 'href', 'https://www.youtube.com/playlist?list=PLbi1gRlP7pijRiA32SU36hD_FW-2qyPhl') + cy.get('[data-testid="Recordings-Link"]').should('have.attr', 'href', 'https://www.youtube.com/playlist?list=PLbi1gRlP7pijHAnmN-n_OiTH6CAXxGthw&si=st3gY7Ri5uzhechB') cy.get('[data-testid="Recordings-text"]').should('exist'); }); it('check for Events Filters', () => { cy.get('[data-testid="EventFilters-main"]').should('exist'); cy.get('[data-testid="EventFilter-click"]').contains('All').click({ force: true }); - + meetings.forEach((event) => { cy.contains(event.title).should('be.visible'); }); cy.get('[data-testid="EventFilter-click"]').contains('Upcoming').click({ force: true }); - + const currentDate = moment().format('YYYY-MM-DD'); meetings.forEach((event) => { if (moment(event.date).isAfter(currentDate)) { cy.contains(event.title).should('be.visible'); } }); - + cy.get('[data-testid="EventFilter-click"]').contains('Recorded').click({ force: true }); const currentDate1 = moment().format('YYYY-MM-DD'); meetings.forEach((event) => { @@ -67,4 +67,4 @@ describe('CommunityIndexPage', () => { cy.get('[ data-testid="Meeting-host"]').should('exist') cy.get('[ data-testid="Meeting-link"]').should('exist') }); -}); \ No newline at end of file +}); diff --git a/pages/community/events/index.js b/pages/community/events/index.js index 3165a416d0b..1ba195ff956 100644 --- a/pages/community/events/index.js +++ b/pages/community/events/index.js @@ -64,7 +64,7 @@ function Eventindex() {
conf-logo @@ -74,11 +74,11 @@ function Eventindex() { typeStyle="heading-sm-semibold" className="mt-10 lg:text-2xl" > - Watch the AsyncAPI 2022 conference recordings from anywhere around + Watch the AsyncAPI 2023 conference recordings from anywhere around the world for free diff --git a/public/img/logos/confLogo.png b/public/img/logos/confLogo.png new file mode 100644 index 0000000000000000000000000000000000000000..ff09951efb2c9d5e8663474e89a9494a24a575bf GIT binary patch literal 8175 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 V_}>|~ptS%1002ovPDHLkV1f^yhoAre literal 0 HcmV?d00001 diff --git a/public/img/logos/confLogo.webp b/public/img/logos/confLogo.webp deleted file mode 100644 index b616c8ddae616b635b7599e911ef9f3de9bc2c99..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2906 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 Date: Thu, 14 Mar 2024 01:28:47 +0100 Subject: [PATCH 14/17] chore: update meetings.json and newsrooom_videos.json (#2771) --- config/newsroom_videos.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/newsroom_videos.json b/config/newsroom_videos.json index 3c6856a0f1b..2a1805d63b6 100644 --- a/config/newsroom_videos.json +++ b/config/newsroom_videos.json @@ -1,4 +1,10 @@ [ + { + "image_url": "https://i.ytimg.com/vi/FXgpzqtggYo/hqdefault.jpg", + "title": "AACoT'24 Community Meeting, March 13th 2024", + "description": "https://github.com/asyncapi/community/issues/1087.", + "videoId": "FXgpzqtggYo" + }, { "image_url": "https://i.ytimg.com/vi/fic5PKFGG28/hqdefault.jpg", "title": "Essential building blocks for AsyncAPI (12th of March, 2024)", @@ -22,11 +28,5 @@ "title": "Community Meeting, January 23rd 2024", "description": "", "videoId": "cb7lrq5hxuE" - }, - { - "image_url": "https://i.ytimg.com/vi/prFgD14u7T0/hqdefault.jpg", - "title": "Overview of AsyncAPI v3", - "description": "Join us for an insightful stream diving deep into the latest advancements of AsyncAPI v3! We'll explore this cutting-edge ...", - "videoId": "prFgD14u7T0" } ] \ No newline at end of file From 4c1c0fbae621ab0e923e3d8ad58d250789ebf7e9 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:40:32 +0100 Subject: [PATCH 15/17] docs(cli): update latest cli documentation (#2772) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index 0cf647d0aaf..c73852922d2 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.3 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.4 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.3/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/validate.ts)_ From d74d9a0029d434a16ced714fa7427738007ddf68 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:56:04 +0100 Subject: [PATCH 16/17] docs(cli): update latest cli documentation (#2773) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index c73852922d2..6785a3d1bc4 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.4 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.6 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/validate.ts)_ From f7a7f166d35e1906fe762f7a171de92f8bf3c53c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 13:15:49 +0100 Subject: [PATCH 17/17] docs(cli): update latest cli documentation (#2775) --- pages/docs/tools/cli/usage.md | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pages/docs/tools/cli/usage.md b/pages/docs/tools/cli/usage.md index 6785a3d1bc4..031f644e747 100644 --- a/pages/docs/tools/cli/usage.md +++ b/pages/docs/tools/cli/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.6 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.7 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ 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 ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/validate.ts)_