Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Update readme - Closes #541 #545

Merged
merged 3 commits into from
Jun 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ lisk
| |____| \__ \ < | |___| (_) | | | | | | | | | | | (_| | | | | (_| | __/ |
|______|_|___/_|\_\ \_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|\___|_|

Running v0.3.0.
Running v1.0.0.
Type `help` to get started.

lisk> help
Expand Down Expand Up @@ -113,10 +113,14 @@ $ lisk get delegate lightcurve --json

Configuration is stored in a config file placed in the user's home directory (run `help set` to see the exact location). If this is unavailable a default configuration is used. The following settings can be updated (and will be persisted if possible):

| Command | Description |
| ---------------------------------------- | --------------------------------------------------------- |
| <code>set json true&#124;false</code> | Sets default to JSON output (true) or text output (false) |
| <code>set testnet true&#124;false</code> | Set default to testnet (true) or mainnet (false) |
| Command | Description |
| -------------------------------------------------------------------------- | ----------------------------------------------------------- |
| <code>set name lisk</code> | Sets name to be displayed. |
| <code>set delimiter lisk</code> | Sets delimiter in interactive mode. |
| <code>set json true&#124;false</code> | Sets default to JSON output (true) or text output (false). |
| <code>set pretty true&#124;false</code> | Sets default to formatted output when JSON output is used. |
| <code>set api.network main&#124;test&#124;beta</code> | Sets API target to the specified network. |
| <code>set api.nodes http://localhost:4000 http://192.168.178.1:4001</code> | Override api.network and set specific nodes communicate to. |

## Documentation

Expand Down