⚡ Developer Tools
azenth cli
Unified command-line interface for the entire Aevum Zenth ecosystem. Provision resources, manage deployments, and query division APIs from your terminal.
v4.2.1-stable | Published 2026-05-12
$
brew install aevum-zenth/tap/azenth
Quick Start
Authenticate and query your first division endpoint in seconds.
~/projects/aevum-deploy
dev@workstation azenth auth login
✨ Authentication successful. Token cached for 24h.
dev@workstation azenth config set default-division aerospace
✓ Configuration updated. Context: aevum-zenth/aerospace
dev@workstation azenth satellite list --status active --format json
[
{"id": "SAT-774X", "orbit": "LEO", "status": "active", "latency": "12ms"},
{"id": "SAT-892K", "orbit": "GEO", "status": "active", "latency": "245ms"}
]
dev@workstation
Core Capabilities
Secure Context Isolation
Role-based access control scoped to specific divisions, regions, and compliance tiers.
Cross-Division Chaining
Pipe outputs between divisions seamlessly. Energy metrics can trigger logistics routing instantly.
Offline Cache Mode
Queue commands and sync when connectivity resumes. Ideal for field deployments and satellite ops.
Live Log Streaming
Attach to production workloads across any subsidiary with `azenth logs --tail` and regex filtering.