Skip to content

Commit

Permalink
chore(docs): regen cli docs
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Jun 16, 2022
1 parent f1b1403 commit 603944f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/_includes/reference/cli/werf_host_cleanup.md
Expand Up @@ -69,6 +69,8 @@ werf host cleanup [options]
Force deletion of images which are being used by some containers (default $WERF_FORCE)
--home-dir=''
Use specified dir to store werf cache files and dirs (default $WERF_HOME or ~/.werf)
--insecure-registry=false
Use plain HTTP requests when accessing a registry (default $WERF_INSECURE_REGISTRY)
--log-color-mode='auto'
Set log color mode.
Supported on, off and auto (based on the stdout’s file descriptor referring to a
Expand Down Expand Up @@ -97,6 +99,9 @@ werf host cleanup [options]
($WERF_PLATFORM or $DOCKER_DEFAULT_PLATFORM by default)
-N, --project-name=''
Set a specific project name (default $WERF_PROJECT_NAME)
--skip-tls-verify-registry=false
Skip TLS certificate validation when accessing a registry (default
$WERF_SKIP_TLS_VERIFY_REGISTRY)
--tmp-dir=''
Use specified dir to store tmp files and dirs (default $WERF_TMP_DIR or system tmp dir)
```
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -85,7 +85,7 @@ werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|temp
print headers).
-o, --output=''
Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile
|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide See
|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide See
custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns],
golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath
template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
Expand Down

0 comments on commit 603944f

Please sign in to comment.