You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
We should create such an endpoint help/{command} to return instruction of given command to the user. For example help/generate should return available parameters such an available templates etc.
help/{command} is just a suggestion, we can go with other endpoint(s).
Also, what is very important, that endpoint should be done in a similar way as in our main CLI - https://github.com/asyncapi/cli#usage, so main help endpoint should return all available endpoints and particular one like help/generate should return details about given command.
cc @BOLT04@smoya Do you want to add something, other requirements for task?
Suggested by Marc DiPasquale in Slack comment https://asyncapi.slack.com/archives/CQVJXFNQL/p1662141074739369?thread_ts=1661395911.924239&cid=CQVJXFNQL
We should create such an endpoint
help/{command}to return instruction of given command to the user. For examplehelp/generateshould return available parameters such an available templates etc.help/{command}is just a suggestion, we can go with other endpoint(s).Also, what is very important, that endpoint should be done in a similar way as in our main CLI - https://github.com/asyncapi/cli#usage, so main
helpendpoint should return all available endpoints and particular one likehelp/generateshould return details about given command.cc @BOLT04 @smoya Do you want to add something, other requirements for task?