description |
---|
Configure CLI options which persist across commands |
Output network node configuration
USAGE
$ celocli config:get
See code: packages/cli/src/commands/config/get.ts
Configure running node information for propogating transactions to network
USAGE
$ celocli config:set
OPTIONS
-n, --node=node (required) [default: http://localhost:8545] URL of the node to run commands against
EXAMPLES
set --node ws://localhost:2500
set --node <geth-location>/geth.ipc
See code: packages/cli/src/commands/config/set.ts