Configure CLI options which persist across commands
Output network node configuration
Output network node configuration​USAGE$ celocli config:get
See code: src/commands/config/get.ts​
Configure running node information for propogating transactions to network
Configure running node information for propogating transactions to network​USAGE$ celocli config:set​OPTIONS-n, --node=node URL of the node to run commands against(defaults to 'http://localhost:8545')​--gasCurrency=(celo|CELO|cusd|cUSD|auto|Auto) Use a specific gas currency fortransaction fees (defaults to 'auto'which uses whatever feeCurrency isavailable)​EXAMPLESset --node ws://localhost:2500​set --node <geth-location>/geth.ipc​set --gasCurrency cUSD​set --gasCurrency CELO
See code: src/commands/config/set.ts​