
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@asyncapi/cli
Advanced tools
CLI to work with your AsyncAPI files. Currently under development, we are working to bring more features.
Learn how to install the AsyncAPI CLI by following the instructions in the installation guide.
The usage guide provides information about different ways to use the CLI.
The architecture guide provides information about the architecture.
The AsyncAPI CLI can be used as a GitHub Action. You can find more information in the GitHub Action guide.
Read CONTRIBUTING guide.
Read DEVELOPMENT.md file for development setup.
Additional steps:
npm run test
to make sure everything is properly set upnpm run build
and then bin/run
to try new CLI locallyThe UX developed for the CLI should comply with the Command Line Interface Guideline
We are following verb + noun
and namespace + noun + [verb]
pattern for making our commands and arguments. For example asyncapi validate <spec-file-path>
and asyncapi config context add <context-name> <spec-file-path>
.
Thanks go to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
3.5.0
129f531: Introduced a new asyncapi generate client
command to the CLI.
This command allows you to generate client libraries using the new AsyncAPI Generator baked-in templates. Read more about baked-in templates in official documentation.
This feature is based on a new concept introduced in AsyncAPI Generator version 2.8.3. The number of templates is limited and the solution is still in the experimental phase. It is not recommended to use them in production. Instead, join us in the Generator project to help improve templates with your use cases and your AsyncAPI documents.
FAQs
All in one CLI for all AsyncAPI tools
The npm package @asyncapi/cli receives a total of 26,485 weekly downloads. As such, @asyncapi/cli popularity was classified as popular.
We found that @asyncapi/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.