@@ -13,47 +13,51 @@ ct lint-and-install [flags]
13
13
### Options
14
14
15
15
```
16
- --all Process all charts except those explicitly excluded.
17
- Disables changed charts detection and version increment checking
18
- --build-id string An optional, arbitrary identifier that is added to the name of the namespace a
19
- chart is installed into. In a CI environment, this could be the build number or
20
- the ID of a pull request. If not specified, the name of the chart is used
21
- --chart-dirs strings Directories containing Helm charts. May be specified multiple times
22
- or separate values with commas (default [charts])
23
- --chart-repos strings Additional chart repos to add so dependencies can be resolved. May be
24
- specified multiple times or separate values with commas
25
- --chart-yaml-schema string The schema for chart.yml validation. If not specified, 'chart_schema.yaml'
26
- is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
27
- that order.
28
- --charts strings Specific charts to test. Disables changed charts detection and
29
- version increment checking. May be specified multiple times
30
- or separate values with commas
31
- --check-version-increment Activates a check for chart version increments (default: true) (default true)
32
- --config string Config file
33
- --debug Print CLI calls of external tools to stdout (Note: depending on helm-extra-args
34
- passed, this may reveal sensitive data)
35
- --excluded-charts strings Charts that should be skipped. May be specified multiple times
36
- or separate values with commas
37
- --helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
38
- (e.g. "--timeout 500 --tiller-namespace tiller"
39
- -h, --help help for lint-and-install
40
- --lint-conf string The config file for YAML linting. If not specified, 'lintconf.yaml'
41
- is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
42
- that order
43
- --namespace string Namespace to install the release(s) into. If not specified, each release will be
44
- installed in its own randomly generated namespace.
45
- --release-label string The label to be used as a selector when inspecting resources created by charts.
46
- This is only used if namespace is specified. (default "app.kubernetes.io/instance")
47
- --remote string The name of the Git remote used to identify changed charts (default "origin")
48
- --target-branch string The name of the target branch used to identify changed charts (default "master")
49
- --validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default: true) (default true)
50
- --validate-maintainers Enable validation of maintainer account names in chart.yml (default: true).
51
- Works for GitHub, GitLab, and Bitbucket (default true)
52
- --validate-yaml Enable linting of 'Chart.yaml' and values files (default: true) (default true)
16
+ --all Process all charts except those explicitly excluded.
17
+ Disables changed charts detection and version increment checking
18
+ --build-id string An optional, arbitrary identifier that is added to the name of the namespace a
19
+ chart is installed into. In a CI environment, this could be the build number or
20
+ the ID of a pull request. If not specified, the name of the chart is used
21
+ --chart-dirs strings Directories containing Helm charts. May be specified multiple times
22
+ or separate values with commas (default [charts])
23
+ --chart-repos strings Additional chart repos to add so dependencies can be resolved. May be
24
+ specified multiple times or separate values with commas
25
+ --chart-yaml-schema string The schema for chart.yml validation. If not specified, 'chart_schema.yaml'
26
+ is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
27
+ that order.
28
+ --charts strings Specific charts to test. Disables changed charts detection and
29
+ version increment checking. May be specified multiple times
30
+ or separate values with commas
31
+ --check-version-increment Activates a check for chart version increments (default: true) (default true)
32
+ --config string Config file
33
+ --debug Print CLI calls of external tools to stdout (Note: depending on helm-extra-args
34
+ passed, this may reveal sensitive data)
35
+ --excluded-charts strings Charts that should be skipped. May be specified multiple times
36
+ or separate values with commas
37
+ --helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
38
+ (e.g. "--timeout 500 --tiller-namespace tiller"
39
+ --helm-repo-extra-args strings Additional arguments for the 'helm repo add' command to be
40
+ specified on a per-repo basis with an equals sign as delimiter
41
+ (e.g. 'myrepo=--username test --password secret'). May be specified
42
+ multiple times or separate values with commas
43
+ -h, --help help for lint-and-install
44
+ --lint-conf string The config file for YAML linting. If not specified, 'lintconf.yaml'
45
+ is searched in the current directory, '$HOME/.ct', and '/etc/ct', in
46
+ that order
47
+ --namespace string Namespace to install the release(s) into. If not specified, each release will be
48
+ installed in its own randomly generated namespace.
49
+ --release-label string The label to be used as a selector when inspecting resources created by charts.
50
+ This is only used if namespace is specified. (default "app.kubernetes.io/instance")
51
+ --remote string The name of the Git remote used to identify changed charts (default "origin")
52
+ --target-branch string The name of the target branch used to identify changed charts (default "master")
53
+ --validate-chart-schema Enable schema validation of 'Chart.yaml' using Yamale (default: true) (default true)
54
+ --validate-maintainers Enable validation of maintainer account names in chart.yml (default: true).
55
+ Works for GitHub, GitLab, and Bitbucket (default true)
56
+ --validate-yaml Enable linting of 'Chart.yaml' and values files (default: true) (default true)
53
57
```
54
58
55
59
### SEE ALSO
56
60
57
61
* [ ct] ( ct.md ) - The Helm chart testing tool
58
62
59
- ###### Auto generated by spf13/cobra on 19 -Dec-2018
63
+ ###### Auto generated by spf13/cobra on 22 -Dec-2018
0 commit comments