Skip to content
CLI Docs
v0.31.3
Axelard Migrate

axelard migrate

Migrate genesis to a specified target version

Synopsis

Migrate the source genesis into the target version and print to STDOUT.

Example:

$ <appd> migrate v0.36 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z
axelard migrate [target-version] [genesis-file] [flags]

Options

      --chain-id string       override chain_id with this flag (default "axelar")
      --genesis-time string   override genesis_time with this flag
  -h, --help                  help for migrate

Options inherited from parent commands

      --home string         directory for config and data (default "$HOME/.axelar")
      --log_format string   The logging format (json|plain) (default "plain")
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --output string       Output format (text|json) (default "text")
      --trace               print out full stack trace on errors

SEE ALSO