nimbella / nimbella-cli

Your cloud. Beautiful.
https://nimbella.com
Apache License 2.0
10 stars 12 forks source link

Improved debugging for remote build failures #233

Closed joshuaauerbachwatson closed 2 years ago

joshuaauerbachwatson commented 2 years ago

Incorporates a deployer change (4.0.11) and increments the nim version (3.0.9) to provide better debugging of remote build failures when --verbose is specified. The error object now contains the complete activation record for builder-related actions that fail once initiated. Failure to initiate entirely (e.g. 502 errors) are still handled as before.