-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs(cli): update latest cli documentation #4034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(cli): update latest cli documentation #4034
Conversation
WalkthroughThe changes update the CLI usage documentation for the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant "Interactive Prompt"
User->>CLI: Run "asyncapi start studio [SPEC-FILE] --no-interactive"
CLI->>CLI: Check for file path argument
alt File provided
CLI->>CLI: Proceed with execution normally
else No file provided
CLI->>CLI: Skip interactive prompt (due to --no-interactive flag)
end
CLI-->>User: Return execution result
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4034 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 667 667
Branches 113 113
=========================================
Hits 667 667 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
markdown/docs/tools/cli/usage.md (2)
748-749: Usage Line Update Verification
The usage line now includes the new[--no-interactive]flag, which clearly indicates that users can disable interactive prompts. The integration is straightforward; however, please verify that the spacing between flags (e.g., after[-p <value>]) remains consistent with the overall formatting in the documentation.
754-757: New Flag Description Consistency
The new flag--no-interactiveis documented as "disable prompts for this command which asks for file path if not passed via the arguments." This description is clear and informative. For consistency, consider aligning the phrasing with similar flags elsewhere in the CLI documentation (for example, the wording used inasyncapi generate fromTemplate).
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
markdown/docs/tools/cli/usage.md(1 hunks)
⏰ Context from checks skipped due to timeout of 180000ms (2)
- GitHub Check: Automerge PR autoapproved by a bot
- GitHub Check: Lighthouse CI
Updated cli documentation is available and this PR introduces update to cli folder on the website
Summary by CodeRabbit