Ask AI questions about your infrastructure.
allora ask "How can I optimize my AWS costs?"
allora ask "What's causing high latency in my application?"Deploy applications and infrastructure.
allora deploy --environment production --service web-app
allora deploy kubernetes --app myapp --namespace productionMonitor infrastructure and applications.
allora monitor --provider aws --resource ec2
allora monitor metrics --service databaseAI-powered troubleshooting.
allora troubleshoot --service database --issue "high latency"
allora troubleshoot logs --application web-appSecurity analysis and compliance.
allora security audit --provider aws
allora security compliance --standard SOC2Manage configuration.
allora config init
allora config set aws.region us-west-2
allora config get aws.region
allora config validateManage plugins.
allora plugin list
allora plugin install <plugin-name>
allora plugin remove <plugin-name>Launch the interactive Gemini-style interface.
allora gemini
allora gemini --export conversation.json| Flag | Description | Default |
|---|---|---|
--config |
Configuration file path | ~/.allora/config.yaml |
--log-level |
Log level (debug, info, warn, error) | info |
--output |
Output format (json, yaml, table) | table |
--no-color |
Disable colored output | false |