enid migrate
enid migrate
enid migrate
Migrates the source genesis file to the target version and prints to STDOUT.
Example:
$ <appd> migrate v0.36 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z
Usage:
enid migrate [target-version] [genesis-file] [flags]
Flags:
--chain-id string Override the chain_id with this flag
--genesis-time string Override the genesis_time with this flag
-h, --help Help information for migrate
Global Flags:
--home string Directory for configuration and data (default "~/.eni")
--log_format string Log format (json|plain)
--log_level string Log level (trace|debug|info|warn|error|fatal|panic)
--trace Print the full stack trace on error
Last updated