Arrea.CLI.Commands.Config (Arrea v1.0.0)

Copy Markdown View Source

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

get_config(key_str)

@spec get_config(String.t()) :: :ok

Gets a configuration value by key.

help()

@spec help() :: :ok

Prints help for the arrea config command.

set_config(key_str, value_str)

@spec set_config(String.t(), String.t()) :: :ok

Sets a configuration value.

show_config()

@spec show_config() :: :ok

Shows the current engine configuration.