var (
ErrNoWGEEndpoint = errors.New("the Weave GitOps Enterprise HTTP API endpoint flag (--endpoint) has not been set")
ErrNoURL = errors.New("the URL flag (--url) has not been set")
ErrNoTLSCertOrKey = errors.New("flags --tls-cert-file and --tls-private-key-file cannot be empty")
)