-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(cli): generate CLI reference documentation. #1056
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1056 +/- ##
==========================================
- Coverage 63.58% 63.11% -0.48%
==========================================
Files 17 17
Lines 1071 1079 +8
==========================================
Hits 681 681
- Misses 390 398 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
This looks good and I would even try to merge it before we tag 1.21.0 since it's a really small change.
I just left one minor code change request
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.
LGTM modulo Flavio's suggestion.
I would even try to merge it before we tag 1.21.0 since it's a really small change.
I agree.
Adds the "docs" subcommand to allow the CLI reference documentation generation in markdown format. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
As we are almost releasing the v1.21. I'm moving this to blocked to be merged after the v1.21 release |
@kubewarden/kubewarden-developers decided to merge this in |
Description
Adds the "docs" subcommand to allow the CLI reference documentation generation in markdown format.
Related to #810