-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[KV] Wrangler-KV Command Update #16400
Conversation
There is currently one pending issue - when the "source of truth" KV commands are rendered in the list of all Wrangler commands, the table of headings on the RHS fails to register duplicated header names. There are several workarounds for this, but these changes need to be properly discussed with PCX. |
Deploying cloudflare-docs with Cloudflare Pages
|
I think this has been solved, so good to merge? |
|
||
:::caution | ||
|
||
This command requires `--binding` or `--namespace-id`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Currently we write this warning in three different ways along the page:
- This command requires --binding or --namespace-id.
- This command requires a --binding or --namespace-id flag.
- Exactly one of --binding or --namespace-id is required.
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
* Updating Wrangler commands related to KV. * Updating KV-specific wrangler docs. Porting PR. * Correcting syntax so the partial works. * Update src/content/partials/workers/wrangler-commands/kv.mdx Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> * Update src/content/partials/workers/wrangler-commands/kv.mdx Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --------- Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
* Updating Wrangler commands related to KV. * Updating KV-specific wrangler docs. Porting PR. * Correcting syntax so the partial works. * Update src/content/partials/workers/wrangler-commands/kv.mdx Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> * Update src/content/partials/workers/wrangler-commands/kv.mdx Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --------- Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Summary
Continuation of the PR from: #15985
TLDR of this current PR:
partials/workers/wrangler-commands/kv.mdx
. This is the single source of truth for Wrangler-KV commands.docs/workers/wrangler/commands.mdx
.docs/kv/kv-commands.mdx
.docs/workers/wrangler/commands.mdx
has been used over the other.Screenshots (optional)
Documentation checklist