bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.secretName,"secret-name",rootArgs.defaults.Namespace,"name of the secret the sync credentials can be found in or stored to")
bootstrapCmd.PersistentFlags().StringSliceVar(&bootstrapArgs.sshHostKeyAlgorithms,"ssh-hostkey-algos",nil,"list of host key algorithms to be used by the CLI for SSH connections")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.sshHostname,"ssh-hostname","","SSH hostname, to be used when the SSH host differs from the HTTPS one")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArgs.caFile,"ca-file","","path to TLS CA file used for validating self-signed certificates")