Skip to content

v0.4.0

Choose a tag to compare

@yorinasub17 yorinasub17 released this 28 Nov 22:56
· 76 commits to master since this release
bce40c5

Modules affected

  • shell
  • entrypoint

Description

  • There are now new functions to assert required arguments passed into the CLI: StringFlagRequiredE and EnvironmentVarRequiredE. (This is in entrypoint package).
  • There is now a E variant for CommandInstalled in the entrypoint package.
  • (Backwards incompatible) Stack traces in error messages are now suppressed by default, printing only a simple error message. This leads to better user experience at the expense of potential debuggability. The old behavior can still be restored if the command is run with the environment variable GRUNTWORK_DEBUG set to something other than empty string.

Related links