Add logs level validation on the command line @Cerebrovinny (#946)
what
- Add logs level validation on the command line, e.g
atmos describe affected --logs-level=Trace
why
- Validate the logs level specified in the
--logs-level
flag in addition to logs level configured inatmos.yaml
or set in the environment variableATMOS_LOGS_LEVEL
, e.g.ATMOS_LOGS_LEVEL=Trace atmos terraform plan vpc --stack dev