Aevum Zenth CLI Tools
Unified command-line interface for interacting with Aevum Zenth's enterprise ecosystem. Manage deployments, query APIs, provision infrastructure, and automate workflows across all 400+ subsidiaries from a single terminal.
Installation
Choose your preferred package manager or runtime environment.
$ npm install -g @aevum-zenth/cli
$ pip install aevum-zenth-cli
$ brew tap aevum-zenth/tools && brew install az-cli
$ curl -fsSL https://dist.aevumzenth.io/install.sh | bash
Quick Start
Initialize your workspace and authenticate with your Aevum Zenth tenant.
Command Reference
Core commands for interacting with Aevum Zenth services.
| Command | Alias | Description |
|---|---|---|
az auth login | az login | Authenticate with SSO/API keys |
az workspace init | az init | Create local project configuration |
az deploy | az d | Push configuration/deployments to target |
az query | az q | Execute GraphQL/REST queries against division APIs |
az provision | az prov | Spin up infrastructure/resources via IaC |
az monitor | az mon | Stream real-time telemetry & logs |
az plg i | Install community or official extensions |
Configuration
The CLI uses a hierarchical configuration system. Priority: CLI flags → Environment variables → Local config → Global config.
{
"tenant": "enterprise-global",
"default_division": "digital-systems",
"output_format": "table",
"telemetry": true,
"api_endpoint": "https://api.aevumzenth.io/v2",
"retry_policy": {
"max_attempts": 3,
"backoff_ms": 1000
}
}
Environment Variables
AZ_TENANT_ID
Override default tenant without interactive login.
AZ_LOG_LEVEL
Set verbosity: silent, warn, info, debug.
AZ_API_KEY
Service account authentication for CI pipelines.
AZ_NO_COLOR
Disable ANSI colors for logging/streaming.
Plugin System
Extend the CLI with division-specific tools or custom automation scripts.
$ az plugin install @aevumzenth/energy-monitor $ az energy monitor --realtime --format jsonl
Troubleshooting
- Run
az doctorto diagnose environment, network, and authentication issues. - Enable debug logs:
AZ_LOG_LEVEL=debug az <command> - Check API status: status.aevumzenth.io
- Report bugs on GitHub:
az bug-reportgenerates a sanitized diagnostic file.
Need Help?
Join the Aevum Zenth Developer Community or contact enterprise support.