📄️ CLI Overview
The Qarion CLI (qarion) is a command-line interface for Qarion — The Data Control Pane for AI and data governance. It wraps the Python SDK so you can manage spaces, products, quality checks, connectors, issues, and alerts without writing any code.
📄️ Installation & Configuration
Installation
📄️ Spaces
The spaces group provides read-only access to governance spaces and their members. Spaces are the primary tenancy boundaries in Qarion — every product, check, and connector belongs to exactly one space.
📄️ Products
The products group lets you browse, create, and inspect data products in the Qarion catalog. Every product lives inside a space and is identified by its slug.
📄️ Quality Checks
The quality group lets you manage quality checks, trigger executions, push external results, and inspect execution history. Each check lives in a space and is identified by its slug.
📄️ Connectors
The connectors group manages data connectors that bridge external data sources (PostgreSQL, BigQuery, dbt) to the Qarion catalog. Connectors run metadata sync jobs to discover and update products automatically.
📄️ Issues
The issues group lets you create and manage issue tickets. Tickets track data quality incidents, operational tasks, and other actionable items across your governance spaces.
📄️ Alerts
The alerts group lets you inspect and act on central alerts. Central alerts aggregate data quality failures, smart alert triggers, and product banner alerts into a single feed per space.
📄️ Search
The search group provides global search across all platform entities — products, meetings, issues, users, and more. You can search within a single space or across an entire organization.
📄️ Permissions
The permissions group lets you inspect your own roles and permissions within the platform. This is useful for verifying access before performing sensitive operations or for debugging authorization issues.
📄️ Recertification
The recertification group manages recertification cycles and audit reviews from the command line.
📄️ Marketplace
The marketplace group lets you browse, publish, rate, and manage marketplace listings from the command line.
📄️ Lineage
The lineage group lets you query and manage data lineage relationships from the command line, including cross-space connections and impact analysis.
📄️ Domains
The domains group lets you manage data domains — logical groupings of data products by business function — from the command line.