mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
add github grouping of log lines (#556)
see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines Signed-off-by: Joe Julian <me@joejulian.name>
This commit is contained in:
@@ -48,6 +48,8 @@ ct install [flags]
|
||||
--exclude-deprecated Skip charts that are marked as deprecated
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--github-groups Change the delimiters for github to create collapsible groups
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500s"
|
||||
|
||||
@@ -40,6 +40,8 @@ ct lint-and-install [flags]
|
||||
--exclude-deprecated Skip charts that are marked as deprecated
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--github-groups Change the delimiters for github to create collapsible groups
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500s"
|
||||
|
||||
@@ -50,6 +50,8 @@ ct lint [flags]
|
||||
--exclude-deprecated Skip charts that are marked as deprecated
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--github-groups Change the delimiters for github to create collapsible groups
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-repo-extra-args strings Additional arguments for the 'helm repo add' command to be
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
|
||||
@@ -20,6 +20,8 @@ ct list-changed [flags]
|
||||
--exclude-deprecated Skip charts that are marked as deprecated
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--github-groups Change the delimiters for github to create collapsible groups
|
||||
for command output
|
||||
-h, --help help for list-changed
|
||||
--print-config Prints the configuration to stderr (caution: setting this may
|
||||
expose sensitive data when helm-repo-extra-args contains passwords)
|
||||
|
||||
Reference in New Issue
Block a user