Merged from Terramate Catalyst
- Add new bundles and components framework.
- Latest feature: First-class support for environments, see https://terramate.io/docs/environments for details.
- Update
generateto implement bundle/component code generation. - Add new
scaffoldcommand that provides an interactive UI to instantiate bundles. - Add new
component createcommand to auto-create component defintions from existing Terraform modules.
Added
- Add orchestration metadata fields to
terramate debug show metadatacommand output.- The command now displays
before,after,wants, andwanted_byfields for each stack.
- The command now displays
Fixed
- Fix
terramate list --changed --whyflag not working.