You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clarify consumer WARP vs enterprise, update official docs link
- Add note distinguishing consumer WARP (free) from Cloudflare One (enterprise)
- Update WARP documentation links to official Cloudflare docs
- Add FAQ entry explaining enterprise vs personal use
- Direct enterprise users to appropriate resources
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ Cloudflare WARP is a free VPN service that:
20
20
-**Blocks malware & trackers** - Cloudflare's network filters out bad stuff
21
21
-**Makes browsing faster** - Cloudflare optimizes your connection
22
22
23
-
[Learn more about WARP →](https://www.cloudflare.com/warp/)
23
+
**This CLI works with WARP (the free consumer version).** For enterprise/teams? See [Cloudflare One](https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/).
24
+
25
+
[Learn more about WARP →](https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/)
24
26
25
27
---
26
28
@@ -88,7 +90,7 @@ See all commands: `warp --help`
88
90
89
91
**New to WARP?**
90
92
-[QUICKSTART.md](QUICKSTART.md) - Get running in 5 minutes
91
-
-[What is WARP & Why Use It?](https://www.cloudflare.com/warp/)
-[DETAILS.md](DETAILS.md) - How it works under the hood
@@ -120,6 +122,9 @@ A: Not yet. It's macOS-only because WARP daemon integration is macOS-specific.
120
122
**Q: Do I pay anything?**
121
123
A: No, WARP is free (with optional paid plans for advanced features).
122
124
125
+
**Q: Is this for enterprise/teams?**
126
+
A: No, this CLI is for personal/consumer WARP. For enterprise use, see [Cloudflare One](https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/).
127
+
123
128
**Q: How much data do I use?**
124
129
A: WARP doesn't count against your ISP's data cap—you're encrypting existing traffic, not adding to it.
0 commit comments