Commands relating to Lisk Core node.
Get node metadata from a running application.
USAGE
$ lisk-core system:metadata
OPTIONS
-d, --data-path=data-path Directory path to specify where node data is stored. Environment variable "LISK_DATA_PATH"
can also be used.
--pretty Prints JSON in pretty format rather than condensed.
EXAMPLES
system:metadata
system:metadata --data-path ./lisk
See code: dist/commands/system/metadata.ts
Get node information from a running application.
USAGE
$ lisk-core system:node-info
OPTIONS
-d, --data-path=data-path Directory path to specify where node data is stored. Environment variable "LISK_DATA_PATH"
can also be used.
--pretty Prints JSON in pretty format rather than condensed.
EXAMPLES
system:node-info
system:node-info --data-path ./lisk
See code: dist/commands/system/node-info.ts