Skip to main content
Retrieve temporary credentials for Gable’s Python package repository

Usage

gable auth pip [OPTIONS]

Options

OptionTypeRequiredDefaultDescription
-o, --outputconfjsonconfFormat of the output. Options are: conf (default), which you can echo directly into your pip.conf file, or json
-w, --writebooleantrueIf specified, writes credentials to ~/.gable/.env file. Default is True.
-f, --filetext~/.gable/.envThe file to write credentials to if —write flag is set. Default is ~/.gable/.env.
--endpointtextCustomer API endpoint for Gable, in the format https://api.company.gable.ai/. Can also be set with the GABLE_API_ENDPOINT environment variable.
--api-keytextAPI Key for Gable. Can also be set with the GABLE_API_KEY environment variable.