🚀 Enhancements
Execute Atmos YAML functions when running the command `atmos terraform output` @aknysh (#1033)
what
- Execute Atmos YAML functions when running the command
atmos terraform output
why
atmos terraform output
requires processing of YAML functions andGo
templates
Fix log level priority @samtholiya (#1031)
what
- Fix log level priority flag > env > config
why
- This is what customer expects based on CLI standard
Properly handle `stdout`, `stderr`, and `null` @osterman (#1029)
what
- Handle
/dev/stderr
,/dev/stdout
, and/dev/null
withcharmbracelet
logger
why
- Moving to
charmbracelet
logger, we didn't properly handle common devices - Logs should always go to
stderr
by default, so it doesn't mess up GitHub actions or commands that parse output