You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--logLevel string set the loglevel to one of trace|debug|info|warn|error (default "info")
53
-
--ssh-private-key string ssh private key (only using
53
+
--ssh-private-key string ssh private key
54
+
--ssh-private-key-inline ssh private key inline creation, if true it will use ssh-private-key as input for create ssh private key file in temporal directory
54
55
55
56
Global Flags:
56
57
--config string config file (default is $HOME/.helm-repo-updater.yaml)
runCmd.Flags().Bool(UseSSHPrivateKeyAsInline, false, "ssh private key inline creation, if true it will use ssh-private-key as input for create ssh private key file in temporal directory")
157
160
runCmd.Flags().Bool(DryRun, false, "run in dry-run mode. If set to true, do not perform any changes")
158
161
runCmd.Flags().String(LogLevel, "info", "set the loglevel to one of trace|debug|info|warn|error")
0 commit comments