Skip to content

fulviofreitas/eeroctl

Repository files navigation

⌨️ eeroctl

Manage your Eero mesh Wi-Fi from the terminal

Python 3.12+ PyPI Homebrew License


A powerful command-line interface for Eero mesh network management.
Intuitive commands, multiple output formats, and shell completion.

Get Started · Documentation · Install · License


⚡ Features

  • 🧭 Intuitive commands — noun-first structure (eero network list)
  • 📊 Multiple formats — table, JSON, YAML, text
  • 🛡️ Safety rails — confirmation for destructive actions
  • 🔧 Script-friendly — non-interactive mode + machine-readable output
  • 🐚 Shell completion — bash, zsh, fish

📦 Install

Homebrew

brew install fulviofreitas/eeroctl/eeroctl

PyPI

pip install eeroctl
From source
git clone https://github.com/fulviofreitas/eeroctl.git
cd eeroctl
uv sync && source .venv/bin/activate

Or with pip:

python3 -m venv .venv && source .venv/bin/activate
pip install -e .

🚀 Quick Start

eero auth login           # Authenticate
eero network list         # List networks
eero device list          # Connected devices
eero eero list            # Mesh nodes
eero troubleshoot speedtest --force

Tip: Both eero and eeroctl commands are available and work identically.

📖 Documentation

Full documentation lives in the Wiki:

📚 Guide Description
CLI Reference Commands, flags & exit codes
Usage Examples Practical examples
Configuration Auth storage & env vars
Troubleshooting Common issues

🔗 Dependencies

Built on eero-api for API communication.

📄 License

MIT — see LICENSE


📊 Repository Metrics

Repository Metrics