INNER CODE UNIT · Go
initDepCmd
stormcat24/protodep · cmd/up.go:97
func initDepCmd() {
upCmd.PersistentFlags().BoolP("force", "f", false, "update locked file and .proto vendors")
upCmd.PersistentFlags().StringP("identity-file", "i", "", "set the identity file for SSH")
upCmd.PersistentFlags().StringP("password", "p", "", "set the password for SSH")
upCmd.PersistentFlags().BoolP("cleanup", "c", false, "cleanup cache before exec.")
upCmd.PersistentFlags().BoolP("use-https", "u", false, "use HTTPS to get dependencies.")
upCmd.PersistentFlags().StringP("basic-auth-username", "", "", "set the username with Basic Auth via HTTPS")
upCmd.PersistentFlags().StringP("basic-auth-password", "", "", "set the password or personal access token(when enabled 2FA) with Basic Auth via HTTPS")
}