ClaudeCloudflare Developer PlatformJul 16, 2026, 12:00 AM

Flagship - Manage Flagship from the command line with Wrangler

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

claudeen

Flagship - Manage Flagship from the command line with Wrangler Summary

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Manage Flagship from the command line with Wrangler Jul 16, 2026 Flagship Wrangler now includes wrangler flagship , a command su
  • Point 3: Create an app and, if you use it from a Worker, add it to your wrangler.json or wrangler.jsonc file as a binding: Terminal window wrangler flagship apps create "My Worker App" \ --

Summary

This is an English summary of "Flagship - Manage Flagship from the command line with Wrangler" published on 2026-07-16.

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Manage Flagship from the command line with Wrangler Jul 16, 2026 Flagship Wrangler now includes wrangler flagship , a command su
  • Point 3: Create an app and, if you use it from a Worker, add it to your wrangler.json or wrangler.jsonc file as a binding: Terminal window wrangler flagship apps create "My Worker App" \ --

Full Translation

Translations

A translation section that keeps the flow of the original article.

claudeja

Flagship - Manage Flagship from the command line with Wrangler(原文タイトル)

概要

公開日: 2026-07-16 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Manage Flagship from the command line with Wrangler Jul 16, 2026 Flagship Wrangler now includes wrangler flagship , a command suite for managing Flagship apps and feature flags from your terminal. Create an app and, if you use it from a Worker, add it to your wrangler.json or wrangler.jsonc file as a binding: Terminal window wrangler flagship apps create "My Worker App" \ --binding FLAGS \ --update-config Then create flags for the behavior you want to control. Flags can be booleans, strings, numbers, or JSON values: Terminal window wrangler flagship flags create <APP_ID> new-checkout wrangler flagship flags create <APP_ID> checkout-flow \ --variation control=old-checkout \ --variation treatment=new-checkout \ --default control \ --type string new-checkoutwrangler flagship flags create checkout-flow \ --variation control=old-checkout \ --variation treatment=new-checkout \ --default control \ --type string"> After a flag exists, change its default variation or use enable and disable commands as kill switches. Existing targeting rules continue to apply unless you change or clear them explicitly: Terminal window wrangler flagship flags update <APP_ID> checkout-flow --default treatment wrangler flagship flags disable <APP_ID> checkout-flow wrangler flagship flags enable <APP_ID> checkout-flow checkout-flow --default treatmentwrangler flagship flags disable checkout-flowwrangler flagship flags enable checkout-flow"> For release workflows, use rollout , split , and rules to change exposure without redeploying your Worker: Terminal window wrangler flagship flags rollout <APP_ID> new-checkout \ --to on \ --percentage 25 \ --by user_id wrangler flagship flags split <APP_ID> checkout-flow \ --weight control= 80 \ --weight treatment= 20 \ --by user_id wrangler flagship flags rules update <APP_ID> checkout-flow \ --priority 1 \ --when "country equals US" new-checkout \ --to on \ --percentage 25 \ --by user_idwrangler flagship flags split checkout-flow \ --weight control=80 \ --weight treatment=20 \ --by user_idwrangler flagship flags rules update checkout-flow \ --priority 1 \ --when "country equals US""> These commands can also be used from CI/CD pipelines, scripts, and AI agents to inspect Flagship state, update flag behavior, or roll back changes through Wrangler. Refer to the wrangler flagship command reference for the full command guide. Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No

Flagship - Manage Flagship from the command line with Wrangler | Cloudflare Developer Platform | DocsDigest