Installation
The CLI is included with the Valiqor Python SDK. Install it with pip:valiqor command is available system-wide.
Command Structure
Global Options
Every command supports:Credential Storage
The CLI stores credentials in two locations:
Credential resolution order:
- CLI flag (
--api-key) - Local
.valiqorrc - Global
~/.valiqor/credentials.json - Environment variable
VALIQOR_API_KEY
Configuration File
Project settings are stored in.valiqorrc (JSON) at the project root.
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.