Skip to content

oore config

Not yet implemented

This command is defined in the platform contract but has not been implemented yet. The interface described below reflects the planned behavior.

Get and set CLI configuration values.

Planned synopsis

bash
oore config set <key> <value>
oore config get <key>

Planned subcommands

SubcommandDescription
setStore a configuration value
getRetrieve a configuration value

Planned configuration keys

KeyDescription
instance.urlDefault daemon URL
instance.nameHuman-readable instance label

Current workaround

Until oore config is implemented, configure the daemon URL via environment variables:

bash
export OORED_LISTEN_ADDR=127.0.0.1:8787

See Environment Variables for all available variables.

Self-hosted mobile CI, built for Flutter.