Closed asyncapi-bot closed 4 days ago
The pull request updates the AsyncAPI CLI documentation to reflect changes introduced in version 2.9.0. It includes the addition of a new command, asyncapi format [SPEC-FILE]
, which allows conversion of AsyncAPI documents to YAML, YML, or JSON formats. Existing commands, such as asyncapi diff OLD NEW
and asyncapi validate [SPEC-FILE]
, have been modified to include an output file option. The documentation has been revised to ensure all command references are consistent with the new version.
File Path | Change Summary |
---|---|
markdown/docs/tools/cli/usage.md | Updated to reflect version 2.9.0, added asyncapi format [SPEC-FILE] , modified existing commands with new output options. |
src/commands/format.ts | New command added: asyncapi format [SPEC-FILE] . |
src/commands/diff.ts | Updated command signature to include -o, --output=<value> . |
src/commands/validate.ts | Updated command signature to include -o, --output=<value> . |
usage.md
, directly related to the main PR's changes.usage.md
for version updates and formatting, aligning with the main PR.usage.md
documentation for version changes and command references, relevant to the main PR.usage.md
for version changes, making it related to the main PR.usage.md
for version 2.8.0, relevant to version updates in the main PR.usage.md
for version transition from 2.7.3 to 2.7.4, related to versioning in the main PR.autoapproved
, autoupdate
🐇 In the meadow, the changes bloom,
With commands that now have more room.
Format your specs with great delight,
AsyncAPI shines, oh what a sight!
Version two point nine, we cheer,
Hopping along, the future is near! 🌼
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 | 7a79fc073d0203f6b647dec40e5801e807f2f68a |
Latest deploy log | https://app.netlify.com/sites/asyncapi-website/deploys/673ca5cd02e223000734add0 |
Deploy Preview | https://deploy-preview-3405--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.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.77%. Comparing base (
6bf75fb
) to head (f3e8635
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
⚡️ Lighthouse report for the changes in this PR: | Category | Score |
---|---|---|
🔴 Performance | 39 | |
🟢 Accessibility | 98 | |
🟢 Best practices | 92 | |
🟢 SEO | 100 | |
🔴 PWA | 33 |
Lighthouse ran on https://deploy-preview-3405--asyncapi-website.netlify.app/
Updated cli documentation is available and this PR introduces update to cli folder on the website
Summary by CodeRabbit
New Features
asyncapi format [SPEC-FILE]
for converting AsyncAPI documents to YAML, YML, or JSON.Updates
asyncapi diff
andasyncapi validate
commands.