Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(docs): update cli reference
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 22, 2022
1 parent 2b151cb commit 588eb2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/_includes/reference/cli/werf_kube_run.md
Expand Up @@ -27,6 +27,10 @@ werf kube-run [options] [IMAGE_NAME] [-- COMMAND ARG...]
{{ header }} Options

```shell
--auto-pull-secret=true
Automatically create docker config secret in the namespace and plug it via pod`s
imagePullSecrets for private registry access (default $WERF_AUTO_PULL_SECRET or true if
not specified)
--cache-repo=[]
Specify one or multiple cache repos with images that will be used as a cache. Cache
will be populated when pushing newly built images into the primary repo and when
Expand Down Expand Up @@ -100,12 +104,6 @@ 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-config-base64=''
Kubernetes config data as base64 string (default $WERF_KUBE_CONFIG_BASE64 or
$WERF_KUBECONFIG_BASE64 or $KUBECONFIG_BASE64)
--kube-context=''
Kubernetes config context (default $WERF_KUBE_CONTEXT)
--log-color-mode='auto'
Expand Down Expand Up @@ -167,7 +165,8 @@ werf kube-run [options] [IMAGE_NAME] [-- COMMAND ARG...]
--repo-quay-token=''
quay.io token (default $WERF_REPO_QUAY_TOKEN)
--rm=true
Remove pod after command completion (default $WERF_RM or true if not specified)
Remove pod and other created resources after command completion (default $WERF_RM or
true if not specified)
--rm-with-namespace=false
Remove also a namespace after command completion (default $WERF_RM_WITH_NAMESPACE or
false if not specified)
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/reference/cli/werf_kubectl_get.md
Expand Up @@ -14,7 +14,7 @@ Use &#34;kubectl api-resources&#34; 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-file|custom-columns|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|custom-columns-file|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options]
```

{{ header }} Examples
Expand Down

0 comments on commit 588eb2d

Please sign in to comment.