Skip to main content

Installation

The CLI is included with the Valiqor Python SDK. Install it with pip:
After installation the valiqor command is available system-wide.
--version also lists which optional modules are installed (Trace, Scanner, Eval, Security, Failure Analysis).

Command Structure


Global Options

Every command supports:

Credential Storage

The CLI stores credentials in two locations: Credential resolution order:
  1. CLI flag (--api-key)
  2. Local .valiqorrc
  3. Global ~/.valiqor/credentials.json
  4. Environment variable VALIQOR_API_KEY

Configuration File

Project settings are stored in .valiqorrc (JSON) at the project root.
See Configuration for details on every key.

Module Availability

Some commands require optional SDK modules. The CLI checks availability at runtime and provides install hints when a module is missing. Run valiqor --version to see which modules are installed.

Quick Start