CLI
Overview
The oblien config command manages locally stored API credentials used for authentication. Credentials are saved in ~/.oblien/credentials.json.
Most users should use oblien login instead, which handles credentials automatically.
Commands
Set Credentials Manually
oblien config set --client-id <id> --client-secret <secret> [--base-url <url>]Show Current Config
oblien config showDisplays the stored client ID, base URL, and whether a secret is set (the secret value is masked).
Show Config File Path
oblien config pathClear Credentials
oblien config clearExamples
oblien config set --client-id ci_abc123 --client-secret cs_secret
oblien config show
oblien config path
oblien config clear