Skip to content

Update wrangler CLI secret-store description: [alpha] → [open-beta] #10566

@tukiminya

Description

@tukiminya

What versions & operating system are you using?

System:
OS: Linux 5.15 Arch Linux
CPU: (20) x64 13th Gen Intel(R) Core(TM) i5-13600K
Memory: 15.04 GB / 23.35 GB
Container: Yes
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.17.0 - ~/.local/share/mise/installs/node/22.17.0/bin/node
npm: 11.4.2 - ~/.local/share/mise/installs/node/22.17.0/bin/npm
pnpm: 10.14.0 - ~/.local/share/pnpm/pnpm
npmPackages:
wrangler: ^4.34.0 => 4.34.0

Please provide a link to a minimal reproduction

No response

Describe the Bug

Hi team, thanks for your great work on wrangler!

The "Secrets Store" description in the CLI still shows [alpha], but the command is already [open-beta].
It would be clearer to update the label from [alpha][open-beta].

If this makes sense, I can take care of it!

Current output

> pnpm wrangler
wrangler

COMMANDS
  wrangler docs [search..]        📚 Open Wrangler's command documentation in your browser

  wrangler init [name]            📥 Initialize a basic Worker
  wrangler dev [script]           👂 Start a local server for developing your Worker
  wrangler deploy [script]        🆙 Deploy a Worker to Cloudflare
  wrangler deployments            🚢 List and view the current and past deployments for your Worker
  wrangler rollback [version-id]  🔙 Rollback a deployment for a Worker
  wrangler versions               🫧 List, view, upload and deploy Versions of your Worker to Cloudflare
  wrangler triggers               🎯 Updates the triggers of your current deployment [experimental]
  wrangler delete [script]        🗑  Delete a Worker from Cloudflare
  wrangler tail [worker]          🦚 Start a log tailing session for a Worker
  wrangler secret                 🤫 Generate a secret that can be referenced in a Worker
  wrangler types [path]           📝 Generate types from your Worker configuration

  wrangler kv                     🗂️  Manage Workers KV Namespaces
  wrangler queues                 📬 Manage Workers Queues
  wrangler r2                     📦 Manage R2 buckets & objects
  wrangler d1                     🗄  Manage Workers D1 databases
  wrangler vectorize              🧮 Manage Vectorize indexes
  wrangler hyperdrive             🚀 Manage Hyperdrive databases
  wrangler cert                   🪪 Manage client mTLS certificates and CA certificate chains used for secured connections [open-beta]
  wrangler pages                  ⚡️ Configure Cloudflare Pages
  wrangler mtls-certificate       🪪 Manage certificates used for mTLS connections
  wrangler pubsub                 📮 Manage Pub/Sub brokers [private beta]
  wrangler dispatch-namespace     🏗️  Manage dispatch namespaces
  wrangler ai                     🤖 Manage AI models
  wrangler secrets-store          🔐 Manage the Secrets Store [alpha]
  wrangler workflows              🔁 Manage Workflows
  wrangler pipelines              🚰 Manage Cloudflare Pipelines [open-beta]
  wrangler login                  🔓 Login to Cloudflare
  wrangler logout                 🚪 Logout from Cloudflare
  wrangler whoami                 🕵️  Retrieve your user information

GLOBAL FLAGS
  -c, --config    Path to Wrangler configuration file  [string]
      --cwd       Run as if Wrangler was started in the specified directory instead of the current working directory  [string]
  -e, --env       Environment to use for operations, and for selecting .env and .dev.vars files  [string]
      --env-file  Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files  [array]
  -h, --help      Show help  [boolean]
  -v, --version   Show version number  [boolean]

Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose
> pnpm wrangler secrets-store
wrangler secrets-store

🔐 Manage the Secrets Store [alpha]

COMMANDS
  wrangler secrets-store store   🔐 Manage Stores within the Secrets Store [alpha]
  wrangler secrets-store secret  🔐 Manage Secrets within the Secrets Store [alpha]

GLOBAL FLAGS
  -c, --config    Path to Wrangler configuration file  [string]
      --cwd       Run as if Wrangler was started in the specified directory instead of the current working directory  [string]
  -e, --env       Environment to use for operations, and for selecting .env and .dev.vars files  [string]
      --env-file  Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files  [array]
  -h, --help      Show help  [boolean]
  -v, --version   Show version number  [boolean]

Please provide any relevant error logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that isn't working

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions