@@ -534,6 +534,7 @@ chain.
534534* [ ignite chain faucet] ( #ignite-chain-faucet ) - Send coins to an account
535535* [ ignite chain init] ( #ignite-chain-init ) - Initialize your chain
536536* [ ignite chain lint] ( #ignite-chain-lint ) - Lint codebase using golangci-lint
537+ * [ ignite chain modules] ( #ignite-chain-modules ) - Manage modules
537538* [ ignite chain serve] ( #ignite-chain-serve ) - Start a blockchain node in development
538539* [ ignite chain simulate] ( #ignite-chain-simulate ) - Run simulation testing for the blockchain
539540
@@ -845,6 +846,63 @@ ignite chain lint [flags]
845846* [ ignite chain] ( #ignite-chain ) - Build, init and start a blockchain node
846847
847848
849+ ## ignite chain modules
850+
851+ Manage modules
852+
853+ ** Synopsis**
854+
855+ The modules command allows you to manage modules in the codebase.
856+
857+ ** Options**
858+
859+ ```
860+ -h, --help help for modules
861+ ```
862+
863+ ** Options inherited from parent commands**
864+
865+ ```
866+ -c, --config string path to Ignite config file (default: ./config.yml)
867+ -y, --yes answers interactive yes/no questions with yes
868+ ```
869+
870+ ** SEE ALSO**
871+
872+ * [ ignite chain] ( #ignite-chain ) - Build, init and start a blockchain node
873+ * [ ignite chain modules list] ( #ignite-chain-modules-list ) - List all Cosmos SDK modules in the app
874+
875+
876+ ## ignite chain modules list
877+
878+ List all Cosmos SDK modules in the app
879+
880+ ** Synopsis**
881+
882+ The list command lists all modules in the app.
883+
884+ ```
885+ ignite chain modules list [flags]
886+ ```
887+
888+ ** Options**
889+
890+ ```
891+ -h, --help help for list
892+ ```
893+
894+ ** Options inherited from parent commands**
895+
896+ ```
897+ -c, --config string path to Ignite config file (default: ./config.yml)
898+ -y, --yes answers interactive yes/no questions with yes
899+ ```
900+
901+ ** SEE ALSO**
902+
903+ * [ ignite chain modules] ( #ignite-chain-modules ) - Manage modules
904+
905+
848906## ignite chain serve
849907
850908Start a blockchain node in development
0 commit comments