fix: remove duplicate subcommand list from migrate help

Let the CLI framework auto-generate the subcommand list
instead of duplicating it in our custom help text.
prototype-migrate-ux
Daniel Schmidt 2 months ago
parent c7498f3efd
commit 83b8bbd4ef
No known key found for this signature in database
GPG Key ID: 377C3A4D62FBBBE2

@ -28,11 +28,6 @@ Usage: terraform [global options] migrate <subcommand> [options] [args]
Migrations transform your Terraform configuration files to accommodate
breaking changes introduced by provider upgrades or Terraform Core updates.
Subcommands:
list List available migrations for the current working directory
run Run a specific migration (e.g. terraform migrate run hashicorp/aws/v3-to-v4)
`
return strings.TrimSpace(helpText)
}

Loading…
Cancel
Save