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 show

Displays the stored client ID, base URL, and whether a secret is set (the secret value is masked).

Show Config File Path

oblien config path

Clear Credentials

oblien config clear

Examples

oblien config set --client-id ci_abc123 --client-secret cs_secret
oblien config show
oblien config path
oblien config clear