Skip to content

feat: refactor CLI to be service based and initial migration of server-api #1825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .asyncapi-cli

This file was deleted.

27 changes: 27 additions & 0 deletions .changeset/1825.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
'@asyncapi/cli': minor
---

feat: refactor CLI to be service based and initial migration of server-api

- ac95777: feat: refactor cli to be service based and migrate server-api

Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
- 6b925f4: chore: fix diff test

Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
- cfe6e8d: feat: add generator controller

Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
- b2d7bcc: chore: don't need to install everytime

Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
- dd71d22: Merge remote-tracking branch 'origin/master' into refactor
- 1fd1216: fix: linting

Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
- 6bd3e73: chore: run prettier

Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>


2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
}
},
{
"files": ["src/core/base.ts"],
"files": ["src/internal/base.ts"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ node_modules
test.asyncapi-cli
asyncapi.json
test/fixtures/minimaltemplate/__transpiled
test/fixtures/newtemplate/__transpiled
test/fixtures/specification-conv.yml
test/fixtures/specification-conv.yaml
test/fixtures/specification-conv.json
Expand Down
Loading
Loading