Print the version number of Helm S3 Publisher
All software has versions. This is Helm S3 Publisher's
helm-s3-publisher version [flags]
-h, --help help for version
-c, --config string Config file (default is $HOME/.helm-s3-publisher.yaml or ./.configs/helm-s3-publisher.yaml or .helm-s3-publisher.yaml)
--dry-run Executes the entire process without performing any publishing operations.
-x, --exclude-paths List List of directories to ignore separated by commas.
-g, --git-ls-tree Enable the Git LS Tree feature and automatically disables the CHART PATHS parameter if it was specified.
-l, --log-level string Log level [debug, info, warn, error, fatal, panic]. (default "info")
-o, --output string Sets the standard logger formatter. [text, json]. (default "text")
--output-path Location Location where generated chart files will be saved. (default ".")
-q, --quiet quiet Make some output more quiet.
-r, --report string Generate report on helm charts published or not. [json, text and txt].
-n, --report-name string File name of the generated report without the extension. (default "helm-s3-publisher")
-p, --report-path string Path where the report should be saved. (default ".")
-a, --s3-acl string S3 Object ACL to use for charts and indexes. Can be sourced from S3_ACL environment variable.
-t, --s3-content-type string Set the content-type for the chart file. Can be sourced from S3_CHART_CONTENT_TYPE environment variable. (default "application/gzip")
-f, --s3-force Replace the chart if it already exists. This can cause the repository to lose existing chart; use it with care.
- helm-s3-publisher - Helm S3 Publisher is a project to help with the process of publishing new releases for charts.