Installation

CLI Installation — WoWSQL Docs

Getting Started

WoWSQL Command-Line Interface — Get started

Official package: View on PyPI →

Installation

Install the WoWSQL CLI using pip:

pip install wowsql-cli

Development Installation

To install from source for development:

# Clone the repository
git clone https://github.com/wowsql/cli.git
cd cli

# Install in development mode
pip install -e .

Check Version

Verify your installation by checking the CLI version:

wowsql --version