Getting Started¶
Welcome to Omni CLI — the CLI of CLIs.
Prerequisites¶
- Python 3.10 or higher
- macOS, Linux, or Windows
- (Optional) GitHub CLI (
gh) for repository operations
Installation¶
1. Clone the repository¶
2. Create a virtual environment¶
3. Install Omni CLI¶
First Steps¶
1. Check the installation¶
Expected output:
2. Run the status command¶
3. Configure credentials¶
This interactive command will ask for: - Hostinger API token - GitHub token and username - Unleash URL and token - Thunderbolt SSD path
You can also set values via environment variables:
export OMNI_HOSTINGER_API_TOKEN=your_token
export OMNI_GITHUB_TOKEN=your_token
export OMNI_GITHUB_USERNAME=your_username
export OMNI_UNLEASH_URL=https://your-unleash.com
export OMNI_UNLEASH_API_TOKEN=your_token
export OMNI_THUNDERBOLT_DISK=/Volumes/ThunderboltSSD
Quick Examples¶
Memory optimization¶
Hostinger management¶
Cloudflare, AWS, Vercel¶
GitHub operations¶
MCP management¶
Plugins and profiles¶
Next Steps¶
- Read the Command Reference
- Learn about the Architecture
- Explore Plugin Development
- Read in Português