Releases: zero8dotdev/warp-cli
Releases · zero8dotdev/warp-cli
v0.1.0 - Initial Release
v0.1.0 - Initial Release 🎉
The Cloudflare WARP CLI is ready for general use!
What's Included
✨ Beautiful CLI for Cloudflare WARP - Simple, intuitive commands to control your VPN from the terminal
📚 Comprehensive Documentation - Quickstart, detailed guides, installation methods, and 100+ examples
🚀 Easy Installation - One command with Homebrew or a one-liner script
🔧 Developer-Friendly - JSON output, quiet mode, and full scriptability
Installation
Homebrew (Recommended)
brew tap zero8dotdev/warp
brew install warpOne-Liner
curl -fsSL https://raw.githubusercontent.com/zero8dotdev/warp-cli/main/install-from-github.sh | bashClone & Build
git clone https://github.com/zero8dotdev/warp-cli.git
cd warp-cli
./install-complete.shQuick Start
warp up # Connect to WARP
warp down # Disconnect
warp status # Check status
warp exclude add example.com # Add to split tunnel
warp --help # See all commandsWhy Use This?
- Intuitive commands instead of
warp-cli tunnel host add→warp exclude add - Beautiful output with colors and clear feedback
- JSON mode for scripting and automation
- No GUI bloat - pure CLI, terminal-first design
- Full WARP features - daemon still runs, all features available
Documentation
- README.md - Full feature overview
- QUICKSTART.md - Get running in 5 minutes
- USAGE_EXAMPLES.md - 100+ examples
- INSTALLATION.md - Troubleshooting
Requirements
- macOS 10.15+ (Catalina or newer)
- Cloudflare WARP app from App Store
Status
This is a learning project demonstrating CLI design, Rust development, and macOS system integration. Use at your own discretion. Not affiliated with Cloudflare.