Skip to content

v0.6.1

Choose a tag to compare

@yorinasub17 yorinasub17 released this 06 Feb 16:32
· 50 commits to master since this release
00c7cf8

Modules affected

  • entrypoint

Description

  • Support using both WithStackTrace and ErrorWithExitCode, so that you can get both a stack trace and exit with exit code.
  • Output the underlying error message instead of ErrorWithExitCode{ Err = Deployment failed, ExitCode = 1 }

Related links