github cloudposse/atmos v1.3.26

latest releases: v1.88.1, v1, v1.88.0...
2 years ago

🚀 Enhancements

Send errors to std.Error. Better error handling @aknysh (#113)

what

  • Send errors to std.Error
  • Better error handling

why

  • In CI/CD systems we usually disable std.Output (to not print all the info to the logs), but want to see the errors printed to std.Error
  • Put all error handling in separate functions in utils - DRY code

references

Don't miss a new atmos release

NewReleases is sending notifications on new releases.