Skip to content

Instantly share code, notes, and snippets.

@farkaskid
Created January 8, 2020 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farkaskid/790a228ce45c49137671a164d7cbdcb1 to your computer and use it in GitHub Desktop.
Save farkaskid/790a228ce45c49137671a164d7cbdcb1 to your computer and use it in GitHub Desktop.
Read key from KV
curl "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/storage/kv/namespaces/$NAMESPACE_ID/values/first-key" \
-H "X-Auth-Email: $CLOUDFLARE_EMAIL" \
-H "X-Auth-Key: $CLOUDFLARE_AUTH_KEY" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment