mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Improve help message for --chart-repos flag (#82)
Signed-off-by: depohmel <ilya@kasten.io>
This commit is contained in:
committed by
Reinhard Nägele
parent
4e07361ff4
commit
f44fea9371
@@ -75,8 +75,9 @@ func addCommonLintAndInstallFlags(flags *pflag.FlagSet) {
|
||||
Directories containing Helm charts. May be specified multiple times
|
||||
or separate values with commas`))
|
||||
flags.StringSlice("chart-repos", []string{}, heredoc.Doc(`
|
||||
Additional chart repos to add so dependencies can be resolved. May be
|
||||
specified multiple times or separate values with commas`))
|
||||
Additional chart repositories for dependency resolutions.
|
||||
Repositories should be formatted as 'name=url' (ex: local=http://127.0.0.1:8879/charts).
|
||||
May be specified multiple times or separate values with commas`))
|
||||
flags.StringSlice("helm-repo-extra-args", []string{}, heredoc.Doc(`
|
||||
Additional arguments for the 'helm repo add' command to be
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
|
||||
@@ -25,4 +25,4 @@ in given chart directories.
|
||||
* [ct lint-and-install](ct_lint-and-install.md) - Lint, install, and test a chart
|
||||
* [ct version](ct_version.md) - Print version information
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 18-Jan-2019
|
||||
|
||||
@@ -32,8 +32,9 @@ ct install [flags]
|
||||
the ID of a pull request. If not specified, the name of the chart is used
|
||||
--chart-dirs strings Directories containing Helm charts. May be specified multiple times
|
||||
or separate values with commas (default [charts])
|
||||
--chart-repos strings Additional chart repos to add so dependencies can be resolved. May be
|
||||
specified multiple times or separate values with commas
|
||||
--chart-repos strings Additional chart repositories for dependency resolutions.
|
||||
Repositories should be formatted as 'name=url' (ex: local=http://127.0.0.1:8879/charts).
|
||||
May be specified multiple times or separate values with commas
|
||||
--charts strings Specific charts to test. Disables changed charts detection and
|
||||
version increment checking. May be specified multiple times
|
||||
or separate values with commas
|
||||
@@ -61,4 +62,4 @@ ct install [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 18-Jan-2019
|
||||
|
||||
@@ -20,8 +20,9 @@ ct lint-and-install [flags]
|
||||
the ID of a pull request. If not specified, the name of the chart is used
|
||||
--chart-dirs strings Directories containing Helm charts. May be specified multiple times
|
||||
or separate values with commas (default [charts])
|
||||
--chart-repos strings Additional chart repos to add so dependencies can be resolved. May be
|
||||
specified multiple times or separate values with commas
|
||||
--chart-repos strings Additional chart repositories for dependency resolutions.
|
||||
Repositories should be formatted as 'name=url' (ex: local=http://127.0.0.1:8879/charts).
|
||||
May be specified multiple times or separate values with commas
|
||||
--chart-yaml-schema string The schema for chart.yml validation. If not specified, 'chart_schema.yaml'
|
||||
is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
|
||||
that order.
|
||||
@@ -60,4 +61,4 @@ ct lint-and-install [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 18-Jan-2019
|
||||
|
||||
@@ -30,8 +30,9 @@ ct lint [flags]
|
||||
Disables changed charts detection and version increment checking
|
||||
--chart-dirs strings Directories containing Helm charts. May be specified multiple times
|
||||
or separate values with commas (default [charts])
|
||||
--chart-repos strings Additional chart repos to add so dependencies can be resolved. May be
|
||||
specified multiple times or separate values with commas
|
||||
--chart-repos strings Additional chart repositories for dependency resolutions.
|
||||
Repositories should be formatted as 'name=url' (ex: local=http://127.0.0.1:8879/charts).
|
||||
May be specified multiple times or separate values with commas
|
||||
--chart-yaml-schema string The schema for chart.yml validation. If not specified, 'chart_schema.yaml'
|
||||
is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
|
||||
that order.
|
||||
@@ -64,4 +65,4 @@ ct lint [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 18-Jan-2019
|
||||
|
||||
@@ -20,4 +20,4 @@ ct version [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 18-Jan-2019
|
||||
|
||||
Reference in New Issue
Block a user