Command-line interface for Eero network management
Project description
🌐 eeroctl
Manage your Eero mesh Wi-Fi from the terminal ✨
⚡ 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
📖 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eeroctl-1.5.0.tar.gz
(100.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eeroctl-1.5.0-py3-none-any.whl
(136.3 kB
view details)
File details
Details for the file eeroctl-1.5.0.tar.gz.
File metadata
- Download URL: eeroctl-1.5.0.tar.gz
- Upload date:
- Size: 100.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5822234af0239c924332bba01b08ae13a13576f5efd17fc0c4a9ff0e432cbdf
|
|
| MD5 |
503a79bf7d43d9a5cfa11b34dcad19a8
|
|
| BLAKE2b-256 |
be548866c43a7a0425cff1ef20a29424cf5f93db3996f1a86cc1514b6036e972
|
File details
Details for the file eeroctl-1.5.0-py3-none-any.whl.
File metadata
- Download URL: eeroctl-1.5.0-py3-none-any.whl
- Upload date:
- Size: 136.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5d9a94cf5f4710b705fd642386dccc0177f114cd68f96fca0c9d65bbd159780
|
|
| MD5 |
a666791e27028ea7a173d90fda4ada6b
|
|
| BLAKE2b-256 |
d6b29809ce0cfad0e2827885631d932382f62f282d20b2ac7a37f7592a921976
|