Replies: 2 comments 2 replies
-
Now sure what is the benefit. Users can already do it on their own. Look how I did it to get so anybody can now do:
and then use Have a look at this action that we have here -> https://github.com/asyncapi/github-action-for-generator. I believe this is the way to go further with GH actions once we have all on the CLI level. We either have one big GitHub Action called Why?
and call CLI from the next steps. The thing is that it is not common knowledge. Seems obvious but isn't really, and people prefer to always use action with a bunch of configuration options instead of doing stuff manually. |
Beta Was this translation helpful? Give feedback.
-
should continue in asyncapi/github-action-for-cli#281 |
Beta Was this translation helpful? Give feedback.
-
1. A GitHub Action to install CLI.
Rather to support all the functions individually that the CLI will support in the future what we do is create an action that installs the CLI in the workflow and then users can use it to build custom workflow as they desire. So as to speak this action would be a CLI installer that could be used for any project as
Node.JS
,Java
,GO
.Consider some examples for the action that might look
Example of validating a spec file after installing the CLI
2. An online playground for the CLI where anyone can hop into and learn to use the CLI.
This could help potential new users to play around with the CLI commands and check them out before actually installing the CLI tool in their system, Or we can create a tutorial with basically helps the users to learn to use the CLI effectively.
For this, I was playing around with repl and It allows to share a complete codebase with files and runtime to users, maybe we can use it.
Beta Was this translation helpful? Give feedback.
All reactions