near / nearup

Public scripts to launch NEAR Protocol betanet and testnet node
103 stars 32 forks source link

Does not work: nearup localnet --binary-path ./target/debug --stop #42

Closed MaksymZavershynskyi closed 4 years ago

MaksymZavershynskyi commented 4 years ago
nearup localnet --binary-path ./target/debug --stop

returns the following error:

usage: nearup [-h] --binary-path BINARY_PATH [--home HOME]
              [--num-nodes NUM_NODES] [--num-shards NUM_SHARDS] [--overwrite]
              [--verbose VERBOSE]
nearup: error: unrecognized arguments: --stop
MaksymZavershynskyi commented 4 years ago

It should work according to the documentation: https://github.com/near/nearup#stop-localnetwork

ailisp commented 4 years ago

localnet stop is also nearup stop now. I'll update documentation

ailisp commented 4 years ago

doc is updated