From d8802c1085905fcd0e0826662f7779c8bb62b4d0 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 8 Dec 2019 19:46:43 -0500 Subject: [PATCH] Update cli docs klog added a flag (add_dir_header). --- docs/cli/kops.md | 1 + docs/cli/kops_completion.md | 1 + docs/cli/kops_create.md | 1 + docs/cli/kops_create_cluster.md | 1 + docs/cli/kops_create_instancegroup.md | 1 + docs/cli/kops_create_secret.md | 1 + docs/cli/kops_create_secret_dockerconfig.md | 1 + docs/cli/kops_create_secret_encryptionconfig.md | 1 + docs/cli/kops_create_secret_keypair.md | 1 + docs/cli/kops_create_secret_keypair_ca.md | 1 + docs/cli/kops_create_secret_sshpublickey.md | 1 + docs/cli/kops_create_secret_weavepassword.md | 1 + docs/cli/kops_delete.md | 1 + docs/cli/kops_delete_cluster.md | 1 + docs/cli/kops_delete_instancegroup.md | 1 + docs/cli/kops_delete_secret.md | 1 + docs/cli/kops_describe.md | 1 + docs/cli/kops_describe_secrets.md | 1 + docs/cli/kops_edit.md | 1 + docs/cli/kops_edit_cluster.md | 1 + docs/cli/kops_edit_instancegroup.md | 1 + docs/cli/kops_export.md | 1 + docs/cli/kops_export_kubecfg.md | 1 + docs/cli/kops_get.md | 1 + docs/cli/kops_get_clusters.md | 1 + docs/cli/kops_get_instancegroups.md | 1 + docs/cli/kops_get_secrets.md | 1 + docs/cli/kops_import.md | 1 + docs/cli/kops_import_cluster.md | 1 + docs/cli/kops_replace.md | 1 + docs/cli/kops_rolling-update.md | 1 + docs/cli/kops_rolling-update_cluster.md | 1 + docs/cli/kops_set.md | 1 + docs/cli/kops_set_cluster.md | 1 + docs/cli/kops_toolbox.md | 1 + docs/cli/kops_toolbox_bundle.md | 1 + docs/cli/kops_toolbox_convert-imported.md | 1 + docs/cli/kops_toolbox_dump.md | 1 + docs/cli/kops_toolbox_template.md | 1 + docs/cli/kops_update.md | 1 + docs/cli/kops_update_cluster.md | 1 + docs/cli/kops_upgrade.md | 1 + docs/cli/kops_upgrade_cluster.md | 1 + docs/cli/kops_validate.md | 1 + docs/cli/kops_validate_cluster.md | 1 + docs/cli/kops_version.md | 1 + 46 files changed, 46 insertions(+) diff --git a/docs/cli/kops.md b/docs/cli/kops.md index 78e6fa82a059c..62eaa19fec39a 100644 --- a/docs/cli/kops.md +++ b/docs/cli/kops.md @@ -16,6 +16,7 @@ kops is Kubernetes ops. ### Options ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) -h, --help help for kops diff --git a/docs/cli/kops_completion.md b/docs/cli/kops_completion.md index 7c8b0576de943..09eeb86a44cea 100644 --- a/docs/cli/kops_completion.md +++ b/docs/cli/kops_completion.md @@ -49,6 +49,7 @@ kops completion [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create.md b/docs/cli/kops_create.md index 9e8b1afbffb89..47e56bc039503 100644 --- a/docs/cli/kops_create.md +++ b/docs/cli/kops_create.md @@ -56,6 +56,7 @@ kops create -f FILENAME [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_cluster.md b/docs/cli/kops_create_cluster.md index ae0ad5c622565..705f915f520de 100644 --- a/docs/cli/kops_create_cluster.md +++ b/docs/cli/kops_create_cluster.md @@ -121,6 +121,7 @@ kops create cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_instancegroup.md b/docs/cli/kops_create_instancegroup.md index a36aae18859bd..5ad1e8b874282 100644 --- a/docs/cli/kops_create_instancegroup.md +++ b/docs/cli/kops_create_instancegroup.md @@ -43,6 +43,7 @@ kops create instancegroup [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret.md b/docs/cli/kops_create_secret.md index 4f8e0c6c6a5b6..f36fe75db18c7 100644 --- a/docs/cli/kops_create_secret.md +++ b/docs/cli/kops_create_secret.md @@ -32,6 +32,7 @@ Create a secret ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_dockerconfig.md b/docs/cli/kops_create_secret_dockerconfig.md index 95ef89b300274..c7d3a68e73233 100644 --- a/docs/cli/kops_create_secret_dockerconfig.md +++ b/docs/cli/kops_create_secret_dockerconfig.md @@ -38,6 +38,7 @@ kops create secret dockerconfig [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_encryptionconfig.md b/docs/cli/kops_create_secret_encryptionconfig.md index 9fa746a093310..cdc0f30835769 100644 --- a/docs/cli/kops_create_secret_encryptionconfig.md +++ b/docs/cli/kops_create_secret_encryptionconfig.md @@ -38,6 +38,7 @@ kops create secret encryptionconfig [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_keypair.md b/docs/cli/kops_create_secret_keypair.md index 6717429c73c41..d956a3aee0ab2 100644 --- a/docs/cli/kops_create_secret_keypair.md +++ b/docs/cli/kops_create_secret_keypair.md @@ -27,6 +27,7 @@ Create a secret keypair ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_keypair_ca.md b/docs/cli/kops_create_secret_keypair_ca.md index 08e0cd01862ed..1d11a18fdfb26 100644 --- a/docs/cli/kops_create_secret_keypair_ca.md +++ b/docs/cli/kops_create_secret_keypair_ca.md @@ -33,6 +33,7 @@ kops create secret keypair ca [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_sshpublickey.md b/docs/cli/kops_create_secret_sshpublickey.md index 683182d895ab4..522d530b54259 100644 --- a/docs/cli/kops_create_secret_sshpublickey.md +++ b/docs/cli/kops_create_secret_sshpublickey.md @@ -31,6 +31,7 @@ kops create secret sshpublickey [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_create_secret_weavepassword.md b/docs/cli/kops_create_secret_weavepassword.md index 140c7a3e5a69d..4a681274814fa 100644 --- a/docs/cli/kops_create_secret_weavepassword.md +++ b/docs/cli/kops_create_secret_weavepassword.md @@ -45,6 +45,7 @@ kops create secret weavepassword [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_delete.md b/docs/cli/kops_delete.md index 5a320ea49fa8a..ecfdc0ad75fe6 100644 --- a/docs/cli/kops_delete.md +++ b/docs/cli/kops_delete.md @@ -41,6 +41,7 @@ kops delete -f FILENAME [--yes] [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_delete_cluster.md b/docs/cli/kops_delete_cluster.md index 42a2bc36143fe..260596d2d1267 100644 --- a/docs/cli/kops_delete_cluster.md +++ b/docs/cli/kops_delete_cluster.md @@ -34,6 +34,7 @@ kops delete cluster CLUSTERNAME [--yes] [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_delete_instancegroup.md b/docs/cli/kops_delete_instancegroup.md index 643473340c54f..24c004cfd4585 100644 --- a/docs/cli/kops_delete_instancegroup.md +++ b/docs/cli/kops_delete_instancegroup.md @@ -32,6 +32,7 @@ kops delete instancegroup [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_delete_secret.md b/docs/cli/kops_delete_secret.md index 88460d5e3be0b..86b97c66e4a10 100644 --- a/docs/cli/kops_delete_secret.md +++ b/docs/cli/kops_delete_secret.md @@ -28,6 +28,7 @@ kops delete secret [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_describe.md b/docs/cli/kops_describe.md index 57e929fcc3122..0c34e4ce0158d 100644 --- a/docs/cli/kops_describe.md +++ b/docs/cli/kops_describe.md @@ -24,6 +24,7 @@ Get additional information about cloud and cluster resources. ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_describe_secrets.md b/docs/cli/kops_describe_secrets.md index 13683c58f763b..a8621bb27f1ff 100644 --- a/docs/cli/kops_describe_secrets.md +++ b/docs/cli/kops_describe_secrets.md @@ -29,6 +29,7 @@ kops describe secrets [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_edit.md b/docs/cli/kops_edit.md index daaecf894ae1c..329011a10eeb1 100644 --- a/docs/cli/kops_edit.md +++ b/docs/cli/kops_edit.md @@ -34,6 +34,7 @@ Edit a resource configuration. This command changes the desired configuration in ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_edit_cluster.md b/docs/cli/kops_edit_cluster.md index f88534efe4ef5..2bf04c1c621d5 100644 --- a/docs/cli/kops_edit_cluster.md +++ b/docs/cli/kops_edit_cluster.md @@ -36,6 +36,7 @@ kops edit cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_edit_instancegroup.md b/docs/cli/kops_edit_instancegroup.md index 691066d234d6d..36871e3196df8 100644 --- a/docs/cli/kops_edit_instancegroup.md +++ b/docs/cli/kops_edit_instancegroup.md @@ -36,6 +36,7 @@ kops edit instancegroup [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_export.md b/docs/cli/kops_export.md index cde73328cb5e2..533bb55d648f5 100644 --- a/docs/cli/kops_export.md +++ b/docs/cli/kops_export.md @@ -25,6 +25,7 @@ Export configurations from a cluster. ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_export_kubecfg.md b/docs/cli/kops_export_kubecfg.md index 9f832e2bed5ba..de849480ad419 100644 --- a/docs/cli/kops_export_kubecfg.md +++ b/docs/cli/kops_export_kubecfg.md @@ -30,6 +30,7 @@ kops export kubecfg CLUSTERNAME [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_get.md b/docs/cli/kops_get.md index fd659f2c9a533..8fbf32e0a4cf1 100644 --- a/docs/cli/kops_get.md +++ b/docs/cli/kops_get.md @@ -49,6 +49,7 @@ kops get [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_get_clusters.md b/docs/cli/kops_get_clusters.md index 6cc2fcfc72ed3..d270802afd77b 100644 --- a/docs/cli/kops_get_clusters.md +++ b/docs/cli/kops_get_clusters.md @@ -39,6 +39,7 @@ kops get clusters [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_get_instancegroups.md b/docs/cli/kops_get_instancegroups.md index 418a56ab9f232..fa710d80f9e00 100644 --- a/docs/cli/kops_get_instancegroups.md +++ b/docs/cli/kops_get_instancegroups.md @@ -35,6 +35,7 @@ kops get instancegroups [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_get_secrets.md b/docs/cli/kops_get_secrets.md index 58dabef8c034a..5a3fc204736fa 100644 --- a/docs/cli/kops_get_secrets.md +++ b/docs/cli/kops_get_secrets.md @@ -33,6 +33,7 @@ kops get secrets [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_import.md b/docs/cli/kops_import.md index 0fbd89346d02e..9f2173f7bfb1f 100644 --- a/docs/cli/kops_import.md +++ b/docs/cli/kops_import.md @@ -26,6 +26,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_import_cluster.md b/docs/cli/kops_import_cluster.md index e12fdc026cbbe..8853cb4d3d3b3 100644 --- a/docs/cli/kops_import_cluster.md +++ b/docs/cli/kops_import_cluster.md @@ -31,6 +31,7 @@ kops import cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_replace.md b/docs/cli/kops_replace.md index 700d5faf9ca2d..8a5b37303eb63 100644 --- a/docs/cli/kops_replace.md +++ b/docs/cli/kops_replace.md @@ -37,6 +37,7 @@ kops replace -f FILENAME [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_rolling-update.md b/docs/cli/kops_rolling-update.md index 3eaceb5e3daaa..23d44b6222213 100644 --- a/docs/cli/kops_rolling-update.md +++ b/docs/cli/kops_rolling-update.md @@ -69,6 +69,7 @@ Note: terraform users will need to run all of the following commands from the sa ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_rolling-update_cluster.md b/docs/cli/kops_rolling-update_cluster.md index 040f33dd71090..c3bfddb2c270a 100644 --- a/docs/cli/kops_rolling-update_cluster.md +++ b/docs/cli/kops_rolling-update_cluster.md @@ -86,6 +86,7 @@ kops rolling-update cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_set.md b/docs/cli/kops_set.md index 822ce407d8318..f788b487b81cd 100644 --- a/docs/cli/kops_set.md +++ b/docs/cli/kops_set.md @@ -27,6 +27,7 @@ Set a configuration field. ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_set_cluster.md b/docs/cli/kops_set_cluster.md index fcfe82bf2aa60..e2b01ee39add6 100644 --- a/docs/cli/kops_set_cluster.md +++ b/docs/cli/kops_set_cluster.md @@ -33,6 +33,7 @@ kops set cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_toolbox.md b/docs/cli/kops_toolbox.md index c81c254c10658..46fa348cfe2ca 100644 --- a/docs/cli/kops_toolbox.md +++ b/docs/cli/kops_toolbox.md @@ -25,6 +25,7 @@ Misc infrequently used commands. ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_toolbox_bundle.md b/docs/cli/kops_toolbox_bundle.md index 0b134f5095159..1dbd8e78cd9ac 100644 --- a/docs/cli/kops_toolbox_bundle.md +++ b/docs/cli/kops_toolbox_bundle.md @@ -30,6 +30,7 @@ kops toolbox bundle [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_toolbox_convert-imported.md b/docs/cli/kops_toolbox_convert-imported.md index 8449f00d0e093..0f8406c6887f0 100644 --- a/docs/cli/kops_toolbox_convert-imported.md +++ b/docs/cli/kops_toolbox_convert-imported.md @@ -35,6 +35,7 @@ kops toolbox convert-imported [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_toolbox_dump.md b/docs/cli/kops_toolbox_dump.md index f32109a79fc71..5cfe18ca01089 100644 --- a/docs/cli/kops_toolbox_dump.md +++ b/docs/cli/kops_toolbox_dump.md @@ -30,6 +30,7 @@ kops toolbox dump [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_toolbox_template.md b/docs/cli/kops_toolbox_template.md index 375800e56cd0c..fb13448abff50 100644 --- a/docs/cli/kops_toolbox_template.md +++ b/docs/cli/kops_toolbox_template.md @@ -44,6 +44,7 @@ kops toolbox template [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_update.md b/docs/cli/kops_update.md index ac4526c9a9f84..4ad14434f76b3 100644 --- a/docs/cli/kops_update.md +++ b/docs/cli/kops_update.md @@ -25,6 +25,7 @@ Creates or updates cloud resources to match cluster desired configuration. ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_update_cluster.md b/docs/cli/kops_update_cluster.md index 7327c3b282056..2c2499266954d 100644 --- a/docs/cli/kops_update_cluster.md +++ b/docs/cli/kops_update_cluster.md @@ -39,6 +39,7 @@ kops update cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_upgrade.md b/docs/cli/kops_upgrade.md index 0eeb78e6204d8..a2a091650d816 100644 --- a/docs/cli/kops_upgrade.md +++ b/docs/cli/kops_upgrade.md @@ -25,6 +25,7 @@ Automates checking for and applying Kubernetes updates. This upgrades a cluster ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_upgrade_cluster.md b/docs/cli/kops_upgrade_cluster.md index 9fef64f0e4891..c70cce453e2c1 100644 --- a/docs/cli/kops_upgrade_cluster.md +++ b/docs/cli/kops_upgrade_cluster.md @@ -31,6 +31,7 @@ kops upgrade cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_validate.md b/docs/cli/kops_validate.md index 43e9987abc442..7077dbf7014db 100644 --- a/docs/cli/kops_validate.md +++ b/docs/cli/kops_validate.md @@ -32,6 +32,7 @@ This commands validates the following components: ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index 300dd93e3200a..54ea2d010f49b 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -38,6 +38,7 @@ kops validate cluster [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) diff --git a/docs/cli/kops_version.md b/docs/cli/kops_version.md index 46b67c67a34a2..8c487d7f0cf36 100644 --- a/docs/cli/kops_version.md +++ b/docs/cli/kops_version.md @@ -29,6 +29,7 @@ kops version [flags] ### Options inherited from parent commands ``` + --add_dir_header If true, adds the file directory to the header --alsologtostderr log to standard error as well as files --config string yaml config file (default is $HOME/.kops.yaml) --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)