Added
- Add new bundles and components framework.
- Update
generateto implement bundle/component code generation. - Add new
scaffoldcommand that provides an interactive UI to instantiate bundles. - Add new
component createto auto-create component defintions from existing Terraform modules.
- Update
- 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.