Skip to content

docs: fix outdated Wrangler KV namespace command#52

Open
thehanslevi wants to merge 1 commit into
cloudflare:mainfrom
thehanslevi:docs/fix-readme-wrangler-kv-command
Open

docs: fix outdated Wrangler KV namespace command#52
thehanslevi wants to merge 1 commit into
cloudflare:mainfrom
thehanslevi:docs/fix-readme-wrangler-kv-command

Conversation

@thehanslevi
Copy link
Copy Markdown

Summary

  • replace the deprecated wrangler kv:namespace create command in the README
  • use the current wrangler kv namespace create syntax shown by current Wrangler help output

Why

The README currently documents a command form that current Wrangler rejects with Unknown argument: kv:namespace.

Validation

  • confirmed README.md still uses npx wrangler kv:namespace create "WORKER_MAPPINGS"
  • ran npx --yes wrangler@latest kv namespace create --help
  • ran npx --yes wrangler@latest kv:namespace create --help and verified it fails with Unknown argument: kv:namespace

Closes #44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outdated Wrangler KV namespace creation command in README

1 participant