Skip to main content
Prints the current value of a config key. When called without a key, prints all keys and their current values, plus the path to the config file.

Arguments

ArgumentRequiredDescription
[key]NoConfig key to read. Omit to print all values.

Config keys

KeyDefaultDescription
networkdevnetSolana network: mainnet, devnet, or localnet
rpcUrlhttps://api.devnet.solana.comHTTP RPC endpoint
rpcSubscriptionsUrlwss://api.devnet.solana.comWebSocket RPC endpoint
indexerApiEndpoint(unset)Umbra indexer API base URL (required for UTXO commands)
deferMasterSeedSignaturefalseDelay the master seed signing prompt until first use
activeUser(unset)Name of the currently active user

Examples

Output

See also