SEOX
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

CommandDescription
seox initInitialize SEOX in your project
seox configureInteractive configuration wizard
seox doctorDiagnose 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

Command Details

On this page