CLI Commands
CLI Overview
Command-line interface for SEOX
CLI Commands
SEOX provides a command-line interface to help you set up and manage SEO configuration in your Next.js projects.
Workflow
Available Commands
| Command | Description |
|---|---|
seox init | Initialize SEOX in your project |
seox configure | Interactive configuration wizard |
seox doctor | Diagnose configuration issues |
Usage
Run commands using your package manager:
bunx seox <command>npx seox <command>pnpm exec seox <command>Global Installation
You can also install SEOX globally:
bun add -g seox
# Then run directly
seox <command>Getting Help
Use the --help flag to see available options:
bunx seox --help
bunx seox init --help
bunx seox configure --help
bunx seox doctor --help