-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
83b2bb2
to
e80f72b
Compare
e83e153
to
91d7139
Compare
1deff4c
to
f82a696
Compare
91d7139
to
8b33513
Compare
### Something else went wrong. What should I do? | ||
|
||
1. Make sure you’re on the network you intend to be on. | ||
1. Exit Lisk Commander (if in interactive mode) and restart. | ||
1. Remove the configuration file (`config.json`) located in your Lisk Commander configuration directory (`~/.lisk-commander` by default). When you restart Lisk Commander the default configuration will be recreated. | ||
1. Remove the configuration file (`config.json`) located in your Lisk Commander configuration directory (`~/.lisk` by default). When you restart Lisk Commander the default configuration will be recreated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Path to configuration should be ~/.lisk-commander
instead of ~/.lisk
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was actually correct, on v2.0
as https://github.com/LiskHQ/lisk-commander/blob/2.0.0/src/base.js#L22
@@ -9,7 +9,7 @@ Lisk Commander allows you to communicate with a remote or local node and carry o | |||
|
|||
## Prerequisites | |||
|
|||
Lisk Commander requires [Node.js](https://nodejs.org/) as the underlying engine for code execution. Node.js is supported on most operating systems. Follow the instructions for your operating system on the [Node.js downloads page](https://nodejs.org/en/download/). We currently require Node.js versions between 6.12 and 6.14 (inclusive). NPM is automatically installed along with Node.js. | |||
Lisk Commander requires [Node.js](https://nodejs.org/) as the underlying engine for code execution. Node.js is supported on most operating systems. Follow the instructions for your operating system on the [Node.js downloads page](https://nodejs.org/en/download/). We currently require Node.js versions above 8.3. NPM is automatically installed along with Node.js. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"8.3 and above" or "8.3 (inclusive)"?
EXAMPLES | ||
node:get | ||
node:get --all | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add documentation and examples for --forging-status
flag. Remove --all flag.
221101d
to
919642b
Compare
919642b
to
2469549
Compare
What was the problem?
Since
v2.0
dynamically change the command list, readme needed to be updated.How did I fix it?
Update the docs using autogeneration which
oclif
provides.Review checklist