bilinc --version
Expected: bilinc 2.1.4 or newer. If older, run pip install -U bilinc.
bilinc login --api-key bil_live_...
Expected: key saved locally. Never paste the key into support.
bilinc status
Expected: hosted Cloud status is ok. If not, check /status.
bilinc quicktest
Expected: commit, recall, and status all pass.
CERTIFICATE_VERIFY_FAILED
Upgrade to bilinc 2.1.4 or newer. The Cloud client uses a certifi-backed CA bundle while preserving BILINC_CA_BUNDLE and SSL_CERT_FILE overrides.
# Upgrade package pip install -U bilinc # Confirm the SSL hotfix version bilinc --version # Reconnect key bilinc login --api-key bil_live_... # Verify Cloud status bilinc status # Run the activation smoke bilinc quicktest
