From ad3a705bc662c6bfec9f4e69a2896fc7961cf36c Mon Sep 17 00:00:00 2001 From: Ilya Lesikov Date: Wed, 23 Mar 2022 00:14:08 +0300 Subject: [PATCH] fix(docs): update cli reference Signed-off-by: Ilya Lesikov --- docs/_includes/reference/cli/werf_kube_run.md | 3 +++ docs/_includes/reference/cli/werf_kubectl_get.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_includes/reference/cli/werf_kube_run.md b/docs/_includes/reference/cli/werf_kube_run.md index 8fc438a19e..7599ceb445 100644 --- a/docs/_includes/reference/cli/werf_kube_run.md +++ b/docs/_includes/reference/cli/werf_kube_run.md @@ -104,6 +104,9 @@ werf kube-run [options] [IMAGE_NAME] [-- COMMAND ARG...] Use plain HTTP requests when accessing a registry (default $WERF_INSECURE_REGISTRY) -i, --interactive=false Enable interactive mode (default $WERF_INTERACTIVE or false if not specified) + --kube-config='' + Kubernetes config file path (default $WERF_KUBE_CONFIG, or $WERF_KUBECONFIG, or + $KUBECONFIG) --kube-context='' Kubernetes config context (default $WERF_KUBE_CONTEXT) --log-color-mode='auto' diff --git a/docs/_includes/reference/cli/werf_kubectl_get.md b/docs/_includes/reference/cli/werf_kubectl_get.md index cca643a606..bf52a0c908 100644 --- a/docs/_includes/reference/cli/werf_kubectl_get.md +++ b/docs/_includes/reference/cli/werf_kubectl_get.md @@ -14,7 +14,7 @@ Use "kubectl api-resources" for a complete list of supported resources. {{ header }} Syntax ```shell -werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] +werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] ``` {{ header }} Examples