Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 25, 2020 10:07
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 velotiotech/819403ce3b42ca3ee283cea030ed0a7b to your computer and use it in GitHub Desktop.
Save velotiotech/819403ce3b42ca3ee283cea030ed0a7b 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