docs: added beginner tip for keploy gen verbose flag#541
Closed
Dur-jaya wants to merge 5 commits intokeploy:mainfrom
Closed
docs: added beginner tip for keploy gen verbose flag#541Dur-jaya wants to merge 5 commits intokeploy:mainfrom
Dur-jaya wants to merge 5 commits intokeploy:mainfrom
Conversation
nehagup
reviewed
Jun 18, 2025
Member
nehagup
left a comment
There was a problem hiding this comment.
Thanks for the PR. Good tip!
Please add this to docs website. :)
Author
Thanks @nehagup! 😊 |
Signed-off-by: Durjaya Das <153779228+Dur-jaya@users.noreply.github.com>
Hi @Dur-jaya! :) I just noticed that one of the tests in your pull request has failed.This explains the error. |
d7de16f to
f731423
Compare
Author
|
@keploy-bot can you please recheck the DCO status? I have force-pushed signed commits. |
nehagup
reviewed
Jun 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: Add beginner tip for keploy gen --verbose flag
📝 Summary
Added a tip in the README to recommend using the
--verboseflag withkeploy genfor better debugging and step-by-step visibility.📚 Motivation
As a beginner, I found that seeing verbose logs really helped me understand what Keploy was doing under the hood. I believe this tip can help others too.
🔗 Fellowship Task
This PR is a part of the Keploy API Fellowship program – Task 2 (Open Source Contribution).
Let me know if you want me to improve or adjust the formatting!