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 Jan 31, 2023
1 parent 3333d03 commit 08cbdc0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_includes/reference/cli/werf_bundle_copy.md
Expand Up @@ -23,6 +23,12 @@ werf bundle copy [options]
Source address of the bundle to copy, specify bundle archive using schema
`archive:PATH_TO_ARCHIVE.tar.gz`, specify remote bundle with schema
`[docker://]REPO:TAG` or without schema.
-C, --helm-compatible-chart=true
Set chart name in the Chart.yaml of the published chart to the last path component of
container registry repo (for REGISTRY/PATH/TO/REPO address chart name will be REPO,
more info https://helm.sh/docs/topics/registries/#oci-feature-deprecation-and-behavior-c
hanges-with-v370). In helm compatibility mode chart is fully conforming with the helm
OCI registry requirements. Default true or $WERF_HELM_COMPATIBLE_CHART.
--home-dir=''
Use specified dir to store werf cache files and dirs (default $WERF_HOME or ~/.werf)
--insecure-helm-dependencies=false
Expand Down Expand Up @@ -54,6 +60,10 @@ werf bundle copy [options]
--platform=''
Enable platform emulation when building images with werf, format: OS/ARCH[/VARIANT]
($WERF_PLATFORM or $DOCKER_DEFAULT_PLATFORM by default)
--rename-chart=''
Force setting of chart name in the Chart.yaml of the published chart to the specified
value (can be set by the $WERF_RENAME_CHART, no rename by default, could not be used
together with the `--helm-compatible-chart` option).
--repo=''
Deprecated param, use --from=ADDR instead. Source address of bundle which should be
copied.
Expand Down
10 changes: 10 additions & 0 deletions docs/_includes/reference/cli/werf_bundle_publish.md
Expand Up @@ -132,6 +132,12 @@ werf bundle publish [IMAGE_NAME...] [options]
--git-work-tree=''
Use specified git work tree dir (default $WERF_WORK_TREE or lookup for directory that
contains .git in the current or parent directories)
-C, --helm-compatible-chart=false
Set chart name in the Chart.yaml of the published chart to the last path component of
container registry repo (for REGISTRY/PATH/TO/REPO address chart name will be REPO,
more info https://helm.sh/docs/topics/registries/#oci-feature-deprecation-and-behavior-c
hanges-with-v370). In helm compatibility mode chart is fully conforming with the helm
OCI registry requirements. Default false or $WERF_HELM_COMPATIBLE_CHART.
--home-dir=''
Use specified dir to store werf cache files and dirs (default $WERF_HOME or ~/.werf)
--insecure-helm-dependencies=false
Expand Down Expand Up @@ -201,6 +207,10 @@ werf bundle publish [IMAGE_NAME...] [options]
--platform=''
Enable platform emulation when building images with werf, format: OS/ARCH[/VARIANT]
($WERF_PLATFORM or $DOCKER_DEFAULT_PLATFORM by default)
--rename-chart=''
Force setting of chart name in the Chart.yaml of the published chart to the specified
value (can be set by the $WERF_RENAME_CHART, no rename by default, could not be used
together with the `--helm-compatible-chart` option).
--repo=''
Container registry storage address (default $WERF_REPO)
--repo-container-registry=''
Expand Down

0 comments on commit 08cbdc0

Please sign in to comment.