You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
I should be able to export the generator info as per the help guide.
sameer@Sameers-MBP scripts % ../bin/run generator export -h
Export to <FILE>.
USAGE
$ lisk-core generator export [-d <value>] [--pretty] [-o <value>]
FLAGS
-d, --data-path=<value> Directory path to specify where node data is stored. Environment
variable "LISK_DATA_PATH" can also be used.
-o, --output=<value> The output directory. Default will set to current working
directory.
--pretty Prints JSON in pretty format rather than condensed.
DESCRIPTION
Export to <FILE>.
EXAMPLES
generator:export --output /mypath/genInfo.json
generator:export --output /mypath/genInfo.json --data-path ./data
Actual behavior
Exporting generator info behaves unexpected as specified below and is not inline with the help guide:
Running ../bin/run generator export prints the output to the STDOUT
@sameersubudhi am having a look into this issue. However (good news 😉), I am not able to reproduce it. I am able to export to an output file. Please see attached.
Command
Output File
Is it still persistent for you? If so, let's huddle and review.
Expected behavior
I should be able to export the generator info as per the help guide.
Actual behavior
Exporting generator info behaves unexpected as specified below and is not inline with the help guide:
../bin/run generator export
prints the output to the STDOUT--output
directory--output
filename (only filename)--output
filename (with relative or absolute patch), contrary to the help guideSteps to reproduce
Please check above
Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.6
The text was updated successfully, but these errors were encountered: