terramate-io / terramate

Terramate CLI is an open-source Infrastructure as Code (IaC) Orchestration and Code Generation tool for Terraform, OpenTofu and Terragrunt.

Home Page:https://terramate.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] terramate list --run-order doesn't work

abtris opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. I want run terramate list --run-order described in https://terramate.io/docs/cli/orchestration/
  2. Run command 'terramate list --run-order'
  3. See error 2024-01-24T13:36:40+01:00 FTL parsing cli args [list --run-order]: unknown flag --run-order

Expected behavior
A clear and concise description of what you expected to happen.

Log Output

terramate list
stacks/dev/eastus2
stacks/dev/eastus2/acr
stacks/dev/eastus2/aks

terramate list --run-order
2024-01-24T13:36:40+01:00 FTL parsing cli args [list --run-order]: unknown flag --run-order

Environment (please complete the following information):

  • OS: MacOS
  • OS Version 13.6.3
  • Git Version git version 2.43.0
  • Terramate Version 0.4.4

Hi @abtris,

Thanks for reporting this! Let me investigate this with the team and get back to you. In the meantime the old terramate experimental run-order command can be used to show the run-order. I'll get back to you shortly.

Thanks that works.

The feature is merged to main and will be available with the next release.

Hey @abtris, we juste released https://github.com/terramate-io/terramate/releases/tag/v0.4.5-rc1 now which fixes the issue. A stable release will be issued next week! Again, thanks for reporting this.