axoned_config_migrate
axoned config migrate
Migrate Cosmos SDK app configuration file to the specified version
Synopsis
Migrate the contents of the Cosmos SDK app configuration (app.toml) to the specified version. The output is written in-place unless --stdout is provided. In case of any error in updating the file, no output is written.
axoned config migrate [target-version] <app-toml-path> (options) [flags]
Options
-h, --help help for migrate
--skip-validate skip configuration validation (allows to migrate unknown configurations)
--stdout print the updated config to stdout
--verbose log changes to stderr
SEE ALSO
- axoned config - Utilities for managing application configuration