Closed asyncapi-bot closed 6 days ago
The pull request updates the documentation for the AsyncAPI CLI, reflecting changes in versioning and command availability. The version number has been increased from 2.8.1
to 2.10.0
, and new commands asyncapi format [SPEC-FILE]
and asyncapi pretty SPEC-FILE
have been introduced. The documentation has been revised to include these new commands, update links to the source code, and ensure all references are current with the latest version.
File Path | Change Summary |
---|---|
markdown/docs/tools/cli/usage.md | Updated version from 2.8.1 to 2.10.0 ; added new commands asyncapi format [SPEC-FILE] and asyncapi pretty SPEC-FILE ; modified links to source code. |
src/commands/format.ts | Added new command: asyncapi format [SPEC-FILE] . |
src/commands/pretty.ts | Added new command: asyncapi pretty SPEC-FILE . |
usage.md
, relevant to CLI documentation updates.usage.md
.usage.md
.usage.md
.usage.md
for version 2.8.0, related to version increment.usage.md
.autoapproved
, autoupdate
π In the garden, we hop and play,
New commands have come our way!
Version two point ten is here,
Formatting joy brings us cheer!
With links updated, weβre all set,
AsyncAPI, the best one yet! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Name | Link |
---|---|
Latest commit | f774cac4aca670d203fd4194aeaa13548bbd5758 |
Latest deploy log | https://app.netlify.com/sites/asyncapi-website/deploys/6740ae25aa2fa40008ebdb2c |
Deploy Preview | https://deploy-preview-3424--asyncapi-website.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
β‘οΈ Lighthouse report for the changes in this PR: | Category | Score |
---|---|---|
π΄ Performance | 41 | |
π’ Accessibility | 98 | |
π’ Best practices | 92 | |
π’ SEO | 100 | |
π΄ PWA | 33 |
Lighthouse ran on https://deploy-preview-3424--asyncapi-website.netlify.app/
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.77%. Comparing base (
1be4431
) to head (f774cac
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
π¨ Try these New Features:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.77%. Comparing base (
1be4431
) to head (f774cac
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
π¨ Try these New Features:
Updated cli documentation is available and this PR introduces update to cli folder on the website
Summary by CodeRabbit
asyncapi format [SPEC-FILE]
andasyncapi pretty SPEC-FILE
for document conversion and formatting.