Skip to content

Show the active profile configuration.

Synopsis

gln [global-options] profile show [<name>]

Options

Argument or flagTypeRequiredDefaultDescription
<name>stringno-Profile name. When omitted, the active profile is resolved from --profile or the configured default.

Description

Reads the registry entry for one profile and returns it as the JSON envelope's result. Use this to confirm which backend a profile is bound to and which file paths it resolves to before running a backend-touching command. Runs locally without contacting any backend.

Requirements

  • Profile: required
  • Credential type: none
  • Backend prerequisites: None.
  • Input mode: None.

Status and exit codes

StatusExitMeaningContinuation
ok0Profile entry returned.-
error1Profile registry could not be loaded or the named profile is unknown.-

Result keys: name, endpoint, bank_code, user_id, customer_id, product_id, product_version, backend, state_file, key_file, ebics_host_id, ebics_partner_id, ebics_security_medium, ebics_key_blob_file, ebics_sidecar_key_file, ebics_tls_pinned_public_key

Examples

gln profile show demo
gln --profile corp profile show

See also