Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pcx_content_type: how-to
title: Authentication
sidebar:
order: 2
noindex: true
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar:
head:
- tag: title
content: Commands - Wrangler v1 (deprecated)
noindex: true
---

import { Render, Type, MetaInfo, WranglerConfig } from "~/components";
Expand Down Expand Up @@ -540,8 +541,6 @@ Most `kv` commands require you to specify a namespace. A namespace can be specif

Most `kv` subcommands also allow you to specify an environment with the optional `--env` flag. This allows you to publish Workers running the same code but with different namespaces. For example, you could use separate staging and production namespaces for KV data in your Wrangler file:



<WranglerConfig>

```toml
Expand Down
Loading
Loading