arrea config — Manage Arrea engine configuration.
Allows reading and writing engine configuration at runtime. Changes persist only for the current VM session.
Summary
Functions
Gets a configuration value by key.
Prints help for the arrea config command.
Sets a configuration value.
Shows the current engine configuration.
Functions
@spec get_config(String.t()) :: :ok
Gets a configuration value by key.
@spec help() :: :ok
Prints help for the arrea config command.
Sets a configuration value.
@spec show_config() :: :ok
Shows the current engine configuration.