CLI Installation

Install the CueAPI command-line tool.

Install

bash
pip install cueapi

Requires Python 3.9 or later.

Verify

bash
cueapi --version
cueapi, version 0.1.0

Upgrade

bash
pip install --upgrade cueapi

Global options

bash
cueapi --api-key KEY     # Override API key for this command
cueapi --profile NAME    # Use a specific credentials profile
cueapi --help            # Show help
cueapi --version         # Show version

Source