Skip to content

Commit

Permalink
Merge branch 'master' into tools-update
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema authored Jul 24, 2023
2 parents 76eae1e + fce6c13 commit 876e9a4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 50 deletions.
6 changes: 0 additions & 6 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"title": "Spec 3.0 Meeting",
"calLink": "https://www.google.com/calendar/event?eid=djhsdjZvbmRsampvb2tsYzhkZWFyc3FtYTAgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/649",
"date": "2023-04-13T15:00:00.000Z"
},
{
"title": "Community Meeting",
"calLink": "https://www.google.com/calendar/event?eid=MzgwdmZiMTc4cnBmbTUzdWVlbmM4aWYyM2MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down
12 changes: 6 additions & 6 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"description": "https://github.com/asyncapi/community/issues/790.",
"videoId": "a2luTxpmkfs"
},
{
"image_url": "https://i.ytimg.com/vi/5ldSHhDI95E/hqdefault.jpg",
"title": "Spec 3.0 (July 19th 2023)",
"description": "https://github.com/asyncapi/community/issues/761.",
"videoId": "5ldSHhDI95E"
},
{
"image_url": "https://i.ytimg.com/vi/GAjlJFXjMh8/hqdefault.jpg",
"title": "Design meeting #2",
Expand All @@ -28,5 +22,11 @@
"title": "Community Meeting (July 11th 2023)",
"description": "https://github.com/asyncapi/community/issues/784.",
"videoId": "5o5BHJqGxIg"
},
{
"image_url": "https://i.ytimg.com/vi/Lunp8eSLONc/hqdefault.jpg",
"title": "Spec 3.0 DOCS Meeting (July 6th 2023)",
"description": "https://github.com/asyncapi/community/issues/774.",
"videoId": "Lunp8eSLONc"
}
]
41 changes: 13 additions & 28 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,6 @@
"labels": [],
"score": 20.67657038994663
},
{
"id": "PR_kwDOBW5R_c5KIyGW",
"isPR": true,
"isAssigned": true,
"title": "docs: code-examples",
"author": "sambhavgupta0705",
"resourcePath": "/asyncapi/website/pull/1349",
"repo": "asyncapi/website",
"labels": [],
"score": 16.65612614745701
},
{
"id": "PR_kwDOBW5R_c5VAjCE",
"isPR": true,
Expand All @@ -150,7 +139,18 @@
"color": "7B5DB8"
}
],
"score": 16.36895155870775
"score": 16.65612614745701
},
{
"id": "PR_kwDOBW5R_c5KIyGW",
"isPR": true,
"isAssigned": true,
"title": "docs: code-examples",
"author": "sambhavgupta0705",
"resourcePath": "/asyncapi/website/pull/1349",
"repo": "asyncapi/website",
"labels": [],
"score": 16.65612614745701
},
{
"id": "PR_kwDOFLhIt85RTiHb",
Expand All @@ -161,7 +161,7 @@
"resourcePath": "/asyncapi/community/pull/719",
"repo": "asyncapi/community",
"labels": [],
"score": 16.08177696995849
"score": 16.36895155870775
},
{
"id": "PR_kwDOFDnrNc5RUbi_",
Expand All @@ -176,21 +176,6 @@
}
],
"goodFirstIssues": [
{
"id": "I_kwDOBW5R_c5sCU2m",
"title": "Remove @monaco-editor/react and @monaco-editor from package.json",
"isAssigned": false,
"resourcePath": "/asyncapi/website/issues/1970",
"repo": "asyncapi/website",
"author": "sambhavgupta0705",
"area": "javascript",
"labels": [
{
"name": "bug",
"color": "ee0701"
}
]
},
{
"id": "I_kwDOBW5R_c5rh81V",
"title": "[📑 Docs]: suggestions on 'create-asyncapi-document.md' file",
Expand Down
20 changes: 10 additions & 10 deletions pages/docs/tools/cli/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli
$ asyncapi COMMAND
running command...
$ asyncapi (--version)
@asyncapi/cli/0.50.2 linux-x64 node-v18.16.1
@asyncapi/cli/0.51.1 linux-x64 node-v18.16.1
$ asyncapi --help [COMMAND]
USAGE
$ asyncapi COMMAND
Expand Down Expand Up @@ -91,7 +91,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/v0.50.2/src/commands/bundle.ts)_
_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/bundle.ts)_

## `asyncapi config`

Expand All @@ -105,7 +105,7 @@ DESCRIPTION
CLI config settings
```

_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/config/index.ts)_

## `asyncapi config context`

Expand Down Expand Up @@ -234,7 +234,7 @@ DESCRIPTION
Convert asyncapi documents older to newer versions
```

_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/convert.ts)_
_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/convert.ts)_

## `asyncapi diff OLD NEW`

Expand Down Expand Up @@ -289,7 +289,7 @@ DESCRIPTION
Find diff between two asyncapi files
```

_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/diff.ts)_
_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/diff.ts)_

## `asyncapi generate`

Expand All @@ -303,7 +303,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/v0.50.2/src/commands/generate/index.ts)_
_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/generate/index.ts)_

## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE`

Expand Down Expand Up @@ -432,7 +432,7 @@ DESCRIPTION
Creates a new asyncapi file
```

_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/new/index.ts)_
_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/new/index.ts)_

## `asyncapi new file`

Expand Down Expand Up @@ -520,7 +520,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/v0.50.2/src/commands/optimize.ts)_
_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/optimize.ts)_

## `asyncapi start`

Expand All @@ -534,7 +534,7 @@ DESCRIPTION
Start asyncapi studio
```

_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/start/index.ts)_
_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/start/index.ts)_

## `asyncapi start studio`

Expand Down Expand Up @@ -578,5 +578,5 @@ DESCRIPTION
validate asyncapi file
```

_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v0.50.2/src/commands/validate.ts)_
_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v0.51.1/src/commands/validate.ts)_
<!-- commandsstop -->

0 comments on commit 876e9a4

Please sign in to comment.