|
|
@ -88,7 +88,7 @@ func init() {
|
|
|
|
"when enabled, the personal access token will be used instead of SSH deploy key")
|
|
|
|
"when enabled, the personal access token will be used instead of SSH deploy key")
|
|
|
|
bootstrapCmd.PersistentFlags().Var(&bootstrapLogLevel, "log-level", bootstrapLogLevel.Description())
|
|
|
|
bootstrapCmd.PersistentFlags().Var(&bootstrapLogLevel, "log-level", bootstrapLogLevel.Description())
|
|
|
|
bootstrapCmd.PersistentFlags().StringVar(&bootstrapManifestsPath, "manifests", "", "path to the manifest directory")
|
|
|
|
bootstrapCmd.PersistentFlags().StringVar(&bootstrapManifestsPath, "manifests", "", "path to the manifest directory")
|
|
|
|
bootstrapCmd.PersistentFlags().StringVar(&bootstrapClusterDomain, "cluster-domain", "cluster.local", "internal cluster domain")
|
|
|
|
bootstrapCmd.PersistentFlags().StringVar(&bootstrapClusterDomain, "cluster-domain", defaults.ClusterDomain, "internal cluster domain")
|
|
|
|
bootstrapCmd.PersistentFlags().MarkHidden("manifests")
|
|
|
|
bootstrapCmd.PersistentFlags().MarkHidden("manifests")
|
|
|
|
rootCmd.AddCommand(bootstrapCmd)
|
|
|
|
rootCmd.AddCommand(bootstrapCmd)
|
|
|
|
}
|
|
|
|
}
|
|
|
|