f.BoolVar(&o.insecureSkipTLSverify,"insecure-skip-tls-verify",false,"skip tls certificate checks for the repository")
f.BoolVar(&o.allowDeprecatedRepos,"allow-deprecated-repos",false,"by default, this command will not allow adding official repos that have been permanently deleted. This disables that behavior")
f.BoolVar(&o.passCredentialsAll,"pass-credentials",false,"pass credentials to all domains")
f.DurationVar(&o.timeout,"timeout",getter.DefaultHTTPTimeout*time.Second,"time to wait for the index file download to complete")