You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.