From 9befa17496173d93285aaebb0ebb960c4e1728da Mon Sep 17 00:00:00 2001 From: vvbogdanov87 Date: Mon, 16 Dec 2019 19:53:41 +0800 Subject: [PATCH] Generate cli documentation --- docs/cli/kops_validate_cluster.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index 300dd93e32..76645f9ba3 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -30,9 +30,10 @@ kops validate cluster [flags] ### Options ``` - -h, --help help for cluster - -o, --output string Output format. One of json|yaml|table. (default "table") - --wait duration If set, will wait for cluster to be ready + -h, --help help for cluster + --kubeconfig string Path to the kubeconfig file + -o, --output string Output format. One of json|yaml|table. (default "table") + --wait duration If set, will wait for cluster to be ready ``` ### Options inherited from parent commands