-
Notifications
You must be signed in to change notification settings - Fork 334
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
generate man pages for kuma components #2101
Conversation
generate man pages for the kumactl cli Signed-off-by: Tharun <rajendrantharun@live.com>
A few questions ....
|
Need your thoughts for the online reference @jpeach @nickolaev |
@tharun208 I chatted about this with @bartsmykla and we have 3 kinds of documentation that we want to generate:
We propose that we add a consistent set of makefile targets for generating these, rather than building them into the CLI itself. So you would do
Does that meet your needs? |
sounds good. But, I am a bit confused about man pages for |
yeh, you can just write the wrapper in ./tools/docs/manpages.go and then |
sure, then can we do all the three documentation implementations in the same pr? |
cfc6448
to
da08eaa
Compare
Signed-off-by: Tharun <rajendrantharun@live.com>
da08eaa
to
af52748
Compare
@jpeach, do we need the generated |
I don't know of any reason to want that, do you? |
no |
Looking at the generated output, the
but it gets generated like this:
Looks like this is spf13/cobra#1049 |
Once #2196 lands, could you please rebase? Thanks! |
Signed-off-by: Tharun <rajendrantharun@live.com>
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 great. I'm going to land this without waiting for the cobra upgrade, because that is stuck behind some integration test failures.
generate man pages for kuma components
Signed-off-by: Tharun rajendrantharun@live.com
Testing