bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.authorName,"author-name","Flux","author name for Git commits")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.authorEmail,"author-email","","author email for Git commits")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.commitMessagePrefix,"commit-message-prefix","","string to prepend to the commit messages, e.g. 'ci skip:'")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.commitMessageAppendix,"commit-message-appendix","","string to add to the commit messages, e.g. '[ci skip]'")
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values