Module Cmd.Profile_config

Configuration for using an Immich profile.

type t

Bundled configuration for Immich profile access.

val style_renderer : t -> Fmt.style_renderer option

Terminal style renderer setting.

val log_level : t -> Logs.level option

Logging level.

val requests_config : t -> Requests.Cmd.config

HTTP request configuration.

val profile : t -> string option

Selected profile name, if any.

val setup_logging : t -> unit

setup_logging config initializes logging with the bundled settings. Call this at the start of your command execution.