Skip to main content
Writes a single key-value pair to ~/.umbra-cli/config.json. The file is created if it doesn’t exist. All other keys are preserved.

Arguments

ArgumentDescription
<key>Config key to set. See table below.
<value>Value to assign.

Config keys

KeyAccepted valuesDescription
networkmainnet, devnet, localnetSolana network to connect to
rpcUrlAny URLHTTP RPC endpoint
rpcSubscriptionsUrlAny URLWebSocket RPC endpoint
indexerApiEndpointAny URLUmbra indexer API base URL (required for UTXO commands)
deferMasterSeedSignaturetrue, falseDelay the master seed signing prompt until first use
activeUserAny user nameActive user (prefer user use for this)

Examples

Output

See also