[WIP] Document component flags#660
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irbekrm The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7543efd to
b14fd57
Compare
wallrj
left a comment
There was a problem hiding this comment.
Thanks for doing this. I've often wondered how Kubernetes turn the Cobra command line help into Markdown documents.
I noticed that the menu items are duplicated in the main page and look a bit ugly
How about we call this "Command Line Reference" and put it alongside the API docs under a new "Reference" top-level menu item.
Not my idea, just copying the Kubernetes layout: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
Signed-off-by: irbekrm <irbekrm@gmail.com>
Because they contain dynamically generated dates in a format that spell check doesn't accept Signed-off-by: irbekrm <irbekrm@gmail.com>
b24ea1e to
14eb019
Compare
|
Thanks @wallrj
That makes sense. I will put that and the API reference docs under |
|
@irbekrm: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Supplanted by #800 |

Document cert-manager component flags.
The markdown files have been generated with https://github.com/jetstack/cert-manager/tree/master/tools/cobra from
v1.4.0tag.This is the initial commit- after this gets merged, I would like to add a Prow pre-submit that PRs in an update to these files automatically (when files in
cert-manager/cmd/change).Signed-off-by: irbekrm irbekrm@gmail.com