Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 786 Bytes

File metadata and controls

34 lines (23 loc) · 786 Bytes
description
Configure CLI options which persist across commands

Commands

Get

Output network node configuration

USAGE
  $ celocli config:get

See code: packages/cli/src/commands/config/get.ts

Set

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