config
Project configuration — interactive setup, view, or update settings. Runningvaliqor config with no subcommand launches the interactive wizard, which creates a .valiqorrc file in the current directory.
After saving, the CLI creates the output directories and shows next steps based on your auth status and installed modules.
Use a subcommand to view or update settings non-interactively.
config show
Display current authentication info and local project settings..valiqorrc settings, and the config file path.
config set
Update one or more settings non-interactively.project_name, api_key, trace_dir, scan_dir, environment, valiqor_intelligence, debug, openai_api_key
valiqor_intelligence, debug) accept true, 1, yes as truthy values. If trace_dir or scan_dir change, the CLI creates the new directories automatically.
status
Show a comprehensive status overview.- Authentication — credential source (global vs local), email
- Local config — project name, environment, directories
- Cloud connection — API reachability
- Files — trace and scan file counts in configured directories
- Modules — availability of Trace, Scanner, Eval, Security, Failure Analysis
- Version — installed SDK version
test
Validate that your project is correctly configured and can reach the Valiqor backend.- Trace and scan directories exist and are writable
- API key is valid (local or global)
- Backend API is reachable
- Required modules are installed
- Provider packages detected (openai, anthropic, langchain, ollama, agno)
upload
Upload trace and scan files to the Valiqor backend.Examples
Without an explicit
path, the CLI uploads from the directories configured in .valiqorrc (trace_dir and scan_dir).