-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUT not usable for externals? #134
Comments
In the README.md I found:
I understand why it is like this generally in terms of legal implications, but I cannot believe that someone considered the use-case of "I am uploading my own release" and said "Yeah, you gotta accept that EULA too!" :D |
It frankly would be even fine with me to have a way to skip the implicit |
The |
Would it be possible to a "accept-eula" logic to the put or a "skip-eula" to get (if Pivnet allows)? |
I am automatic the creation of a tile release on VMware Tanzu network, and while the
put
step works, the following (unavoidable?)get
step fails because apparently I need to accept the EULA for for my very own release I just created.Issue #74 seems to imply that this is expected behaviour, however Kafka-esque and frustrating (days of work sank into getting this far :D) it is.
I have looked for ways to ignore the error, but since the
get
is implicit, I could not find a way to ignore that error, without also ignoring errors onput
.Any ideas?
The text was updated successfully, but these errors were encountered: