From 24f09c5748a0e7ffc66bedd15bb76d1b4a155df8 Mon Sep 17 00:00:00 2001 From: julienrbrt <29894366+julienrbrt@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:37:30 +0000 Subject: [PATCH] docs(cli): update generated docs --- docs/docs/03-CLI-Commands/01-cli-commands.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/docs/03-CLI-Commands/01-cli-commands.md b/docs/docs/03-CLI-Commands/01-cli-commands.md index 938b0f247c..7303444b99 100644 --- a/docs/docs/03-CLI-Commands/01-cli-commands.md +++ b/docs/docs/03-CLI-Commands/01-cli-commands.md @@ -19,10 +19,8 @@ To get started, create a blockchain: $ ignite scaffold chain example -Announcements: -⋆ A new release has appeared! v29.9.0 has just been released :) -⋆ Satisfied with Ignite? Or totally fed-up with it? Tell us: https://bit.ly/3WZS2uS +💬 Survey: https://bit.ly/3WZS2uS **Options** @@ -1784,9 +1782,9 @@ Module migration boilerplate Scaffold no-op migration boilerplate for an existing Cosmos SDK module. -This command creates a new migration file in `x//migrations/vN/`, +This command creates a new migration file in "x//migrations/vN/", increments the module consensus version, and registers the new migration handler -inside `x//module/module.go`. +inside "x//module/module.go". ``` ignite scaffold migration [module] [flags]