We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wrangler
2.0.25
Windows
If you run any of these commands: wrangler kv:key put --namespace-id=my-id "11@22.com" wrangler kv:key put --namespace-id=my-id "11@22.com" ""
wrangler kv:key put --namespace-id=my-id "11@22.com"
wrangler kv:key put --namespace-id=my-id "11@22.com" ""
you will see an error:
X [ERROR] Exactly one of the arguments value and path is required
But value parameter is optional, so the error doesn't make sense.
The text was updated successfully, but these errors were encountered:
Reference fix in PR: #1667
Sorry, something went wrong.
No branches or pull requests
What version of
Wrangler
are you using?2.0.25
What operating system are you using?
Windows
Describe the Bug
If you run any of these commands:
wrangler kv:key put --namespace-id=my-id "11@22.com"
wrangler kv:key put --namespace-id=my-id "11@22.com" ""
you will see an error:
But value parameter is optional, so the error doesn't make sense.
The text was updated successfully, but these errors were encountered: