Skip to main content
The Gable CLI provides commands for registering and checking data assets, managing data contracts, and running lineage analysis.

Installation

pip install gable

Authentication

All commands that communicate with the Gable API require --api-key and --endpoint, which can also be provided via environment variables:
export GABLE_API_KEY=your-api-key
export GABLE_API_ENDPOINT=https://api-yourorg.gable.ai

Global Options

OptionDescription
--api-keyAPI key for Gable. Env: GABLE_API_KEY
--endpointCustomer API endpoint. Env: GABLE_API_ENDPOINT
--debugEnable debug logging
--traceEnable trace (verbose) logging
--versionShow the CLI version and exit
--helpShow help and exit