Skip to content

Command Reference

Complete reference for Omni CLI commands.

Global Options

omni --version     # Show version
omni --help        # Show help

omni memory

Memory optimization commands for macOS using Thunderbolt 4 SSD.

Command Description
omni memory status Show current memory and swap status
omni memory setup Configure Thunderbolt SSD as memory extension
omni memory monitor Start memory monitoring daemon
omni memory cache-move <app> Move app cache to Thunderbolt SSD

Examples

# Show memory status
omni memory status

# Setup with custom disk
omni memory setup --disk /Volumes/MySSD

# Move Docker cache
omni memory cache-move docker

omni mcp

Model Context Protocol server management.

Command Description
omni mcp list List configured MCP servers
omni mcp add <name> <command> [args...] Add MCP server
omni mcp remove <name> Remove MCP server
omni mcp test <name> Test MCP server

Examples

omni mcp list
omni mcp add filesystem npx -y @modelcontextprotocol/server-filesystem /Users
omni mcp test filesystem
omni mcp remove filesystem

omni hostinger

Hostinger infrastructure management.

Command Description
omni hostinger domains List domains
omni hostinger vps List VPS instances
omni hostinger dns <domain> Show DNS records

Environment

export OMNI_HOSTINGER_API_TOKEN=your_token

omni github

GitHub operations.

Command Description
omni github repos [--user <user>] List repositories
omni github trending [--lang <lang>] Show trending repositories
omni github clone <repo> [--dir <dir>] Clone a repository

Environment

export OMNI_GITHUB_TOKEN=your_token
export OMNI_GITHUB_USERNAME=your_username

omni unleash

Unleash feature flag management.

Command Description
omni unleash flags [--project <id>] List feature flags
omni unleash create <name> [--desc <desc>] Create feature flag
omni unleash toggle <name> <true|false> Toggle feature flag

Environment

export OMNI_UNLEASH_URL=https://your-unleash.com
export OMNI_UNLEASH_API_TOKEN=your_token

omni config

Configuration management.

Command Description
omni config show Show current configuration
omni config set <key> <value> Set configuration value
omni config env Show environment variables
omni config init Interactive initial setup

Examples

omni config init
omni config show
omni config set thunderbolt_disk /Volumes/ThunderboltSSD

omni cloudflare

Cloudflare DNS and cache management.

Command Description
omni cloudflare zones List zones
omni cloudflare dns <domain> List DNS records
omni cloudflare purge <domain> Purge cache

omni aws

AWS resource management via AWS CLI.

Command Description
omni aws status Check AWS CLI authentication
omni aws s3 List S3 buckets
omni aws ec2 [--region <region>] List EC2 instances
omni aws route53 [--zone <zone-id>] List Route53 zones/records

omni vercel

Vercel project and deployment management.

Command Description
omni vercel projects List projects
omni vercel deployments [--project <name>] List deployments
omni vercel env <project> List environment variables

omni plugins

Plugin management.

Command Description
omni plugins list List installed plugins
omni plugins search <query> Search for plugins
omni plugins install <package> Install a plugin
omni plugins uninstall <package> Uninstall a plugin
omni plugins create <name> Create plugin template

omni update

Self-update Omni CLI.

Option Description
omni update --check Check for updates
omni update --force Force reinstall
omni update --dry-run Show what would be done

omni config profile

Configuration profile management.

Command Description
omni config profile list List profiles
omni config profile create <name> [--from <base>] Create profile
omni config profile use <name> Activate profile
omni config profile delete <name> Delete profile
omni config profile show <name> Show profile config

omni completion

Shell completion setup.

Command Description
omni completion bash Show Bash completion instructions
omni completion zsh Show Zsh completion instructions
omni completion install <bash\|zsh> Install completion automatically

Examples

omni completion install bash
omni completion install zsh
omni completion bash

omni status

Show overall Omni CLI status.

omni version

Show Omni CLI version.